@patternfly/patternfly
Version:
Assets, source, tooling, and content for PatternFly 4
1,813 lines (1,499 loc) • 148 kB
CSS
.pf-u-screen-reader {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; }
.pf-u-visible {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; }
.pf-u-hidden {
display: none !important; }
@media screen and (min-width: 576px) {
.pf-u-screen-reader-on-sm {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } }
@media screen and (min-width: 576px) {
.pf-u-visible-on-sm {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; } }
@media screen and (min-width: 576px) {
.pf-u-hidden-on-sm {
display: none !important; } }
@media screen and (min-width: 768px) {
.pf-u-screen-reader-on-md {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } }
@media screen and (min-width: 768px) {
.pf-u-visible-on-md {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; } }
@media screen and (min-width: 768px) {
.pf-u-hidden-on-md {
display: none !important; } }
@media screen and (min-width: 992px) {
.pf-u-screen-reader-on-lg {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } }
@media screen and (min-width: 992px) {
.pf-u-visible-on-lg {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; } }
@media screen and (min-width: 992px) {
.pf-u-hidden-on-lg {
display: none !important; } }
@media screen and (min-width: 1200px) {
.pf-u-screen-reader-on-xl {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } }
@media screen and (min-width: 1200px) {
.pf-u-visible-on-xl {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; } }
@media screen and (min-width: 1200px) {
.pf-u-hidden-on-xl {
display: none !important; } }
@media screen and (min-width: 1450px) {
.pf-u-screen-reader-on-2xl {
position: fixed;
top: 0;
left: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } }
@media screen and (min-width: 1450px) {
.pf-u-visible-on-2xl {
position: static;
overflow: visible;
clip: auto;
white-space: normal;
border: inherit; } }
@media screen and (min-width: 1450px) {
.pf-u-hidden-on-2xl {
display: none !important; } }
.pf-u-text-align-left {
text-align: left !important; }
.pf-u-text-align-center {
text-align: center !important; }
.pf-u-text-align-right {
text-align: right !important; }
.pf-u-text-align-justify {
text-align: justify !important; }
@media screen and (min-width: 576px) {
.pf-u-text-align-left-on-sm {
text-align: left !important; }
.pf-u-text-align-center-on-sm {
text-align: center !important; }
.pf-u-text-align-right-on-sm {
text-align: right !important; }
.pf-u-text-align-justify-on-sm {
text-align: justify !important; } }
@media screen and (min-width: 768px) {
.pf-u-text-align-left-on-md {
text-align: left !important; }
.pf-u-text-align-center-on-md {
text-align: center !important; }
.pf-u-text-align-right-on-md {
text-align: right !important; }
.pf-u-text-align-justify-on-md {
text-align: justify !important; } }
@media screen and (min-width: 992px) {
.pf-u-text-align-left-on-lg {
text-align: left !important; }
.pf-u-text-align-center-on-lg {
text-align: center !important; }
.pf-u-text-align-right-on-lg {
text-align: right !important; }
.pf-u-text-align-justify-on-lg {
text-align: justify !important; } }
@media screen and (min-width: 1200px) {
.pf-u-text-align-left-on-xl {
text-align: left !important; }
.pf-u-text-align-center-on-xl {
text-align: center !important; }
.pf-u-text-align-right-on-xl {
text-align: right !important; }
.pf-u-text-align-justify-on-xl {
text-align: justify !important; } }
@media screen and (min-width: 1450px) {
.pf-u-text-align-left-on-2xl {
text-align: left !important; }
.pf-u-text-align-center-on-2xl {
text-align: center !important; }
.pf-u-text-align-right-on-2xl {
text-align: right !important; }
.pf-u-text-align-justify-on-2xl {
text-align: justify !important; } }
.pf-u-box-shadow-sm {
box-shadow: var(--pf-global--BoxShadow--sm) !important; }
.pf-u-box-shadow-sm-top {
box-shadow: var(--pf-global--BoxShadow--sm-top) !important; }
.pf-u-box-shadow-sm-right {
box-shadow: var(--pf-global--BoxShadow--sm-right) !important; }
.pf-u-box-shadow-sm-bottom {
box-shadow: var(--pf-global--BoxShadow--sm-bottom) !important; }
.pf-u-box-shadow-sm-left {
box-shadow: var(--pf-global--BoxShadow--sm-left) !important; }
.pf-u-box-shadow-md {
box-shadow: var(--pf-global--BoxShadow--md) !important; }
.pf-u-box-shadow-md-top {
box-shadow: var(--pf-global--BoxShadow--md-top) !important; }
.pf-u-box-shadow-md-right {
box-shadow: var(--pf-global--BoxShadow--md-right) !important; }
.pf-u-box-shadow-md-bottom {
box-shadow: var(--pf-global--BoxShadow--md-bottom) !important; }
.pf-u-box-shadow-md-left {
box-shadow: var(--pf-global--BoxShadow--md-left) !important; }
.pf-u-box-shadow-lg {
box-shadow: var(--pf-global--BoxShadow--lg) !important; }
.pf-u-box-shadow-lg-top {
box-shadow: var(--pf-global--BoxShadow--lg-top) !important; }
.pf-u-box-shadow-lg-right {
box-shadow: var(--pf-global--BoxShadow--lg-right) !important; }
.pf-u-box-shadow-lg-bottom {
box-shadow: var(--pf-global--BoxShadow--lg-bottom) !important; }
.pf-u-box-shadow-lg-left {
box-shadow: var(--pf-global--BoxShadow--lg-left) !important; }
.pf-u-box-shadow-xl {
box-shadow: var(--pf-global--BoxShadow--xl) !important; }
.pf-u-box-shadow-xl-top {
box-shadow: var(--pf-global--BoxShadow--xl-top) !important; }
.pf-u-box-shadow-xl-right {
box-shadow: var(--pf-global--BoxShadow--xl-right) !important; }
.pf-u-box-shadow-xl-bottom {
box-shadow: var(--pf-global--BoxShadow--xl-bottom) !important; }
.pf-u-box-shadow-xl-left {
box-shadow: var(--pf-global--BoxShadow--xl-left) !important; }
.pf-u-box-shadow-inset {
box-shadow: var(--pf-global--BoxShadow--inset) !important; }
.pf-u-display-none {
display: none !important; }
.pf-u-display-inline-block {
display: inline-block !important; }
.pf-u-display-block {
display: block !important; }
.pf-u-display-inline {
display: inline !important; }
.pf-u-display-table {
display: table !important; }
.pf-u-display-table-cell {
display: table-cell !important; }
.pf-u-display-table-row {
display: table-row !important; }
.pf-u-display-flex {
display: flex !important; }
.pf-u-display-inline-flex {
display: inline-flex !important; }
@media screen and (min-width: 576px) {
.pf-u-display-none-on-sm {
display: none !important; }
.pf-u-display-inline-block-on-sm {
display: inline-block !important; }
.pf-u-display-block-on-sm {
display: block !important; }
.pf-u-display-inline-on-sm {
display: inline !important; }
.pf-u-display-table-on-sm {
display: table !important; }
.pf-u-display-table-cell-on-sm {
display: table-cell !important; }
.pf-u-display-table-row-on-sm {
display: table-row !important; }
.pf-u-display-flex-on-sm {
display: flex !important; }
.pf-u-display-inline-flex-on-sm {
display: inline-flex !important; } }
@media screen and (min-width: 768px) {
.pf-u-display-none-on-md {
display: none !important; }
.pf-u-display-inline-block-on-md {
display: inline-block !important; }
.pf-u-display-block-on-md {
display: block !important; }
.pf-u-display-inline-on-md {
display: inline !important; }
.pf-u-display-table-on-md {
display: table !important; }
.pf-u-display-table-cell-on-md {
display: table-cell !important; }
.pf-u-display-table-row-on-md {
display: table-row !important; }
.pf-u-display-flex-on-md {
display: flex !important; }
.pf-u-display-inline-flex-on-md {
display: inline-flex !important; } }
@media screen and (min-width: 992px) {
.pf-u-display-none-on-lg {
display: none !important; }
.pf-u-display-inline-block-on-lg {
display: inline-block !important; }
.pf-u-display-block-on-lg {
display: block !important; }
.pf-u-display-inline-on-lg {
display: inline !important; }
.pf-u-display-table-on-lg {
display: table !important; }
.pf-u-display-table-cell-on-lg {
display: table-cell !important; }
.pf-u-display-table-row-on-lg {
display: table-row !important; }
.pf-u-display-flex-on-lg {
display: flex !important; }
.pf-u-display-inline-flex-on-lg {
display: inline-flex !important; } }
@media screen and (min-width: 1200px) {
.pf-u-display-none-on-xl {
display: none !important; }
.pf-u-display-inline-block-on-xl {
display: inline-block !important; }
.pf-u-display-block-on-xl {
display: block !important; }
.pf-u-display-inline-on-xl {
display: inline !important; }
.pf-u-display-table-on-xl {
display: table !important; }
.pf-u-display-table-cell-on-xl {
display: table-cell !important; }
.pf-u-display-table-row-on-xl {
display: table-row !important; }
.pf-u-display-flex-on-xl {
display: flex !important; }
.pf-u-display-inline-flex-on-xl {
display: inline-flex !important; } }
@media screen and (min-width: 1450px) {
.pf-u-display-none-on-2xl {
display: none !important; }
.pf-u-display-inline-block-on-2xl {
display: inline-block !important; }
.pf-u-display-block-on-2xl {
display: block !important; }
.pf-u-display-inline-on-2xl {
display: inline !important; }
.pf-u-display-table-on-2xl {
display: table !important; }
.pf-u-display-table-cell-on-2xl {
display: table-cell !important; }
.pf-u-display-table-row-on-2xl {
display: table-row !important; }
.pf-u-display-flex-on-2xl {
display: flex !important; }
.pf-u-display-inline-flex-on-2xl {
display: inline-flex !important; } }
.pf-u-flex-direction-column {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse {
flex-direction: row-reverse !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-direction-column-on-sm {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse-on-sm {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row-on-sm {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse-on-sm {
flex-direction: row-reverse !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-direction-column-on-md {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse-on-md {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row-on-md {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse-on-md {
flex-direction: row-reverse !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-direction-column-on-lg {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse-on-lg {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row-on-lg {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse-on-lg {
flex-direction: row-reverse !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-direction-column-on-xl {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse-on-xl {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row-on-xl {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse-on-xl {
flex-direction: row-reverse !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-direction-column-on-2xl {
flex-direction: column !important; }
.pf-u-flex-direction-column-reverse-on-2xl {
flex-direction: column-reverse !important; }
.pf-u-flex-direction-row-on-2xl {
flex-direction: row !important; }
.pf-u-flex-direction-row-reverse-on-2xl {
flex-direction: row-reverse !important; } }
.pf-u-flex-wrap {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-wrap-on-sm {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap-on-sm {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse-on-sm {
flex-wrap: wrap-reverse !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-wrap-on-md {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap-on-md {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse-on-md {
flex-wrap: wrap-reverse !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-wrap-on-lg {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap-on-lg {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse-on-lg {
flex-wrap: wrap-reverse !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-wrap-on-xl {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap-on-xl {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse-on-xl {
flex-wrap: wrap-reverse !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-wrap-on-2xl {
flex-wrap: wrap !important; }
.pf-u-flex-nowrap-on-2xl {
flex-wrap: nowrap !important; }
.pf-u-flex-wrap-reverse-on-2xl {
flex-wrap: wrap-reverse !important; } }
.pf-u-align-items-flex-start {
align-items: flex-start !important; }
.pf-u-align-items-flex-end {
align-items: flex-end !important; }
.pf-u-align-items-center {
align-items: center !important; }
.pf-u-align-items-baseline {
align-items: baseline !important; }
.pf-u-align-items-stretch {
align-items: stretch !important; }
@media screen and (min-width: 576px) {
.pf-u-align-items-flex-start-on-sm {
align-items: flex-start !important; }
.pf-u-align-items-flex-end-on-sm {
align-items: flex-end !important; }
.pf-u-align-items-center-on-sm {
align-items: center !important; }
.pf-u-align-items-baseline-on-sm {
align-items: baseline !important; }
.pf-u-align-items-stretch-on-sm {
align-items: stretch !important; } }
@media screen and (min-width: 768px) {
.pf-u-align-items-flex-start-on-md {
align-items: flex-start !important; }
.pf-u-align-items-flex-end-on-md {
align-items: flex-end !important; }
.pf-u-align-items-center-on-md {
align-items: center !important; }
.pf-u-align-items-baseline-on-md {
align-items: baseline !important; }
.pf-u-align-items-stretch-on-md {
align-items: stretch !important; } }
@media screen and (min-width: 992px) {
.pf-u-align-items-flex-start-on-lg {
align-items: flex-start !important; }
.pf-u-align-items-flex-end-on-lg {
align-items: flex-end !important; }
.pf-u-align-items-center-on-lg {
align-items: center !important; }
.pf-u-align-items-baseline-on-lg {
align-items: baseline !important; }
.pf-u-align-items-stretch-on-lg {
align-items: stretch !important; } }
@media screen and (min-width: 1200px) {
.pf-u-align-items-flex-start-on-xl {
align-items: flex-start !important; }
.pf-u-align-items-flex-end-on-xl {
align-items: flex-end !important; }
.pf-u-align-items-center-on-xl {
align-items: center !important; }
.pf-u-align-items-baseline-on-xl {
align-items: baseline !important; }
.pf-u-align-items-stretch-on-xl {
align-items: stretch !important; } }
@media screen and (min-width: 1450px) {
.pf-u-align-items-flex-start-on-2xl {
align-items: flex-start !important; }
.pf-u-align-items-flex-end-on-2xl {
align-items: flex-end !important; }
.pf-u-align-items-center-on-2xl {
align-items: center !important; }
.pf-u-align-items-baseline-on-2xl {
align-items: baseline !important; }
.pf-u-align-items-stretch-on-2xl {
align-items: stretch !important; } }
.pf-u-align-self-flex-start {
align-self: flex-start !important; }
.pf-u-align-self-flex-end {
align-self: flex-end !important; }
.pf-u-align-self-center {
align-self: center !important; }
.pf-u-align-self-baseline {
align-self: baseline !important; }
.pf-u-align-self-stretch {
align-self: stretch !important; }
@media screen and (min-width: 576px) {
.pf-u-align-self-flex-start-on-sm {
align-self: flex-start !important; }
.pf-u-align-self-flex-end-on-sm {
align-self: flex-end !important; }
.pf-u-align-self-center-on-sm {
align-self: center !important; }
.pf-u-align-self-baseline-on-sm {
align-self: baseline !important; }
.pf-u-align-self-stretch-on-sm {
align-self: stretch !important; } }
@media screen and (min-width: 768px) {
.pf-u-align-self-flex-start-on-md {
align-self: flex-start !important; }
.pf-u-align-self-flex-end-on-md {
align-self: flex-end !important; }
.pf-u-align-self-center-on-md {
align-self: center !important; }
.pf-u-align-self-baseline-on-md {
align-self: baseline !important; }
.pf-u-align-self-stretch-on-md {
align-self: stretch !important; } }
@media screen and (min-width: 992px) {
.pf-u-align-self-flex-start-on-lg {
align-self: flex-start !important; }
.pf-u-align-self-flex-end-on-lg {
align-self: flex-end !important; }
.pf-u-align-self-center-on-lg {
align-self: center !important; }
.pf-u-align-self-baseline-on-lg {
align-self: baseline !important; }
.pf-u-align-self-stretch-on-lg {
align-self: stretch !important; } }
@media screen and (min-width: 1200px) {
.pf-u-align-self-flex-start-on-xl {
align-self: flex-start !important; }
.pf-u-align-self-flex-end-on-xl {
align-self: flex-end !important; }
.pf-u-align-self-center-on-xl {
align-self: center !important; }
.pf-u-align-self-baseline-on-xl {
align-self: baseline !important; }
.pf-u-align-self-stretch-on-xl {
align-self: stretch !important; } }
@media screen and (min-width: 1450px) {
.pf-u-align-self-flex-start-on-2xl {
align-self: flex-start !important; }
.pf-u-align-self-flex-end-on-2xl {
align-self: flex-end !important; }
.pf-u-align-self-center-on-2xl {
align-self: center !important; }
.pf-u-align-self-baseline-on-2xl {
align-self: baseline !important; }
.pf-u-align-self-stretch-on-2xl {
align-self: stretch !important; } }
.pf-u-align-content-flex-start {
align-content: flex-start !important; }
.pf-u-align-content-flex-end {
align-content: flex-end !important; }
.pf-u-align-content-center {
align-content: center !important; }
.pf-u-align-content-space-between {
align-content: space-between !important; }
.pf-u-align-content-space-around {
align-content: space-around !important; }
.pf-u-align-content-stretch {
align-content: stretch !important; }
@media screen and (min-width: 576px) {
.pf-u-align-content-flex-start-on-sm {
align-content: flex-start !important; }
.pf-u-align-content-flex-end-on-sm {
align-content: flex-end !important; }
.pf-u-align-content-center-on-sm {
align-content: center !important; }
.pf-u-align-content-space-between-on-sm {
align-content: space-between !important; }
.pf-u-align-content-space-around-on-sm {
align-content: space-around !important; }
.pf-u-align-content-stretch-on-sm {
align-content: stretch !important; } }
@media screen and (min-width: 768px) {
.pf-u-align-content-flex-start-on-md {
align-content: flex-start !important; }
.pf-u-align-content-flex-end-on-md {
align-content: flex-end !important; }
.pf-u-align-content-center-on-md {
align-content: center !important; }
.pf-u-align-content-space-between-on-md {
align-content: space-between !important; }
.pf-u-align-content-space-around-on-md {
align-content: space-around !important; }
.pf-u-align-content-stretch-on-md {
align-content: stretch !important; } }
@media screen and (min-width: 992px) {
.pf-u-align-content-flex-start-on-lg {
align-content: flex-start !important; }
.pf-u-align-content-flex-end-on-lg {
align-content: flex-end !important; }
.pf-u-align-content-center-on-lg {
align-content: center !important; }
.pf-u-align-content-space-between-on-lg {
align-content: space-between !important; }
.pf-u-align-content-space-around-on-lg {
align-content: space-around !important; }
.pf-u-align-content-stretch-on-lg {
align-content: stretch !important; } }
@media screen and (min-width: 1200px) {
.pf-u-align-content-flex-start-on-xl {
align-content: flex-start !important; }
.pf-u-align-content-flex-end-on-xl {
align-content: flex-end !important; }
.pf-u-align-content-center-on-xl {
align-content: center !important; }
.pf-u-align-content-space-between-on-xl {
align-content: space-between !important; }
.pf-u-align-content-space-around-on-xl {
align-content: space-around !important; }
.pf-u-align-content-stretch-on-xl {
align-content: stretch !important; } }
@media screen and (min-width: 1450px) {
.pf-u-align-content-flex-start-on-2xl {
align-content: flex-start !important; }
.pf-u-align-content-flex-end-on-2xl {
align-content: flex-end !important; }
.pf-u-align-content-center-on-2xl {
align-content: center !important; }
.pf-u-align-content-space-between-on-2xl {
align-content: space-between !important; }
.pf-u-align-content-space-around-on-2xl {
align-content: space-around !important; }
.pf-u-align-content-stretch-on-2xl {
align-content: stretch !important; } }
.pf-u-justify-content-flex-start {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end {
justify-content: flex-end !important; }
.pf-u-justify-content-center {
justify-content: center !important; }
.pf-u-justify-content-space-between {
justify-content: space-between !important; }
.pf-u-justify-content-space-around {
justify-content: space-around !important; }
.pf-u-justify-content-stretch {
justify-content: stretch !important; }
@media screen and (min-width: 576px) {
.pf-u-justify-content-flex-start-on-sm {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end-on-sm {
justify-content: flex-end !important; }
.pf-u-justify-content-center-on-sm {
justify-content: center !important; }
.pf-u-justify-content-space-between-on-sm {
justify-content: space-between !important; }
.pf-u-justify-content-space-around-on-sm {
justify-content: space-around !important; }
.pf-u-justify-content-stretch-on-sm {
justify-content: stretch !important; } }
@media screen and (min-width: 768px) {
.pf-u-justify-content-flex-start-on-md {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end-on-md {
justify-content: flex-end !important; }
.pf-u-justify-content-center-on-md {
justify-content: center !important; }
.pf-u-justify-content-space-between-on-md {
justify-content: space-between !important; }
.pf-u-justify-content-space-around-on-md {
justify-content: space-around !important; }
.pf-u-justify-content-stretch-on-md {
justify-content: stretch !important; } }
@media screen and (min-width: 992px) {
.pf-u-justify-content-flex-start-on-lg {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end-on-lg {
justify-content: flex-end !important; }
.pf-u-justify-content-center-on-lg {
justify-content: center !important; }
.pf-u-justify-content-space-between-on-lg {
justify-content: space-between !important; }
.pf-u-justify-content-space-around-on-lg {
justify-content: space-around !important; }
.pf-u-justify-content-stretch-on-lg {
justify-content: stretch !important; } }
@media screen and (min-width: 1200px) {
.pf-u-justify-content-flex-start-on-xl {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end-on-xl {
justify-content: flex-end !important; }
.pf-u-justify-content-center-on-xl {
justify-content: center !important; }
.pf-u-justify-content-space-between-on-xl {
justify-content: space-between !important; }
.pf-u-justify-content-space-around-on-xl {
justify-content: space-around !important; }
.pf-u-justify-content-stretch-on-xl {
justify-content: stretch !important; } }
@media screen and (min-width: 1450px) {
.pf-u-justify-content-flex-start-on-2xl {
justify-content: flex-start !important; }
.pf-u-justify-content-flex-end-on-2xl {
justify-content: flex-end !important; }
.pf-u-justify-content-center-on-2xl {
justify-content: center !important; }
.pf-u-justify-content-space-between-on-2xl {
justify-content: space-between !important; }
.pf-u-justify-content-space-around-on-2xl {
justify-content: space-around !important; }
.pf-u-justify-content-stretch-on-2xl {
justify-content: stretch !important; } }
.pf-u-flex-shrink-1 {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1 {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0 {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0 {
flex-grow: 0 !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-shrink-1-on-sm {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1-on-sm {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0-on-sm {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0-on-sm {
flex-grow: 0 !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-shrink-1-on-md {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1-on-md {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0-on-md {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0-on-md {
flex-grow: 0 !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-shrink-1-on-lg {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1-on-lg {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0-on-lg {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0-on-lg {
flex-grow: 0 !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-shrink-1-on-xl {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1-on-xl {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0-on-xl {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0-on-xl {
flex-grow: 0 !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-shrink-1-on-2xl {
flex-shrink: 1 !important; }
.pf-u-flex-grow-1-on-2xl {
flex-grow: 1 !important; }
.pf-u-flex-shrink-0-on-2xl {
flex-shrink: 0 !important; }
.pf-u-flex-grow-0-on-2xl {
flex-grow: 0 !important; } }
.pf-u-flex-basis-0 {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto {
flex-basis: auto !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-basis-0-on-sm {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto-on-sm {
flex-basis: auto !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-basis-0-on-md {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto-on-md {
flex-basis: auto !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-basis-0-on-lg {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto-on-lg {
flex-basis: auto !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-basis-0-on-xl {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto-on-xl {
flex-basis: auto !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-basis-0-on-2xl {
flex-basis: 0 !important; }
.pf-u-flex-basis-auto-on-2xl {
flex-basis: auto !important; } }
.pf-u-flex-none {
flex: none !important; }
.pf-u-flex-1 {
flex: 1 !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-none-on-sm {
flex: none !important; }
.pf-u-flex-1-on-sm {
flex: 1 !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-none-on-md {
flex: none !important; }
.pf-u-flex-1-on-md {
flex: 1 !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-none-on-lg {
flex: none !important; }
.pf-u-flex-1-on-lg {
flex: 1 !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-none-on-xl {
flex: none !important; }
.pf-u-flex-1-on-xl {
flex: 1 !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-none-on-2xl {
flex: none !important; }
.pf-u-flex-1-on-2xl {
flex: 1 !important; } }
.pf-u-flex-fill {
flex: 1 1 auto !important; }
@media screen and (min-width: 576px) {
.pf-u-flex-fill-on-sm {
flex: 1 1 auto !important; } }
@media screen and (min-width: 768px) {
.pf-u-flex-fill-on-md {
flex: 1 1 auto !important; } }
@media screen and (min-width: 992px) {
.pf-u-flex-fill-on-lg {
flex: 1 1 auto !important; } }
@media screen and (min-width: 1200px) {
.pf-u-flex-fill-on-xl {
flex: 1 1 auto !important; } }
@media screen and (min-width: 1450px) {
.pf-u-flex-fill-on-2xl {
flex: 1 1 auto !important; } }
.pf-u-float-left {
float: left !important; }
.pf-u-float-right {
float: right !important; }
@media screen and (min-width: 576px) {
.pf-u-float-left-on-sm {
float: left !important; }
.pf-u-float-right-on-sm {
float: right !important; } }
@media screen and (min-width: 768px) {
.pf-u-float-left-on-md {
float: left !important; }
.pf-u-float-right-on-md {
float: right !important; } }
@media screen and (min-width: 992px) {
.pf-u-float-left-on-lg {
float: left !important; }
.pf-u-float-right-on-lg {
float: right !important; } }
@media screen and (min-width: 1200px) {
.pf-u-float-left-on-xl {
float: left !important; }
.pf-u-float-right-on-xl {
float: right !important; } }
@media screen and (min-width: 1450px) {
.pf-u-float-left-on-2xl {
float: left !important; }
.pf-u-float-right-on-2xl {
float: right !important; } }
.pf-u-w-auto {
width: auto !important; }
.pf-u-w-initial {
width: initial !important; }
.pf-u-w-inherit {
width: inherit !important; }
.pf-u-w-0 {
width: 0% !important; }
.pf-u-w-25 {
width: 25% !important; }
.pf-u-w-33 {
width: calc(100% / 3) !important; }
.pf-u-w-50 {
width: 50% !important; }
.pf-u-w-66 {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75 {
width: 75% !important; }
.pf-u-w-100 {
width: 100% !important; }
.pf-u-w-25vw {
width: 25vw !important; }
.pf-u-w-33vw {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw {
width: 50vw !important; }
.pf-u-w-66vw {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw {
width: 75vw !important; }
.pf-u-w-100vw {
width: 100vw !important; }
@media screen and (min-width: 576px) {
.pf-u-w-auto-on-sm {
width: auto !important; }
.pf-u-w-initial-on-sm {
width: initial !important; }
.pf-u-w-inherit-on-sm {
width: inherit !important; }
.pf-u-w-0-on-sm {
width: 0% !important; }
.pf-u-w-25-on-sm {
width: 25% !important; }
.pf-u-w-33-on-sm {
width: calc(100% / 3) !important; }
.pf-u-w-50-on-sm {
width: 50% !important; }
.pf-u-w-66-on-sm {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75-on-sm {
width: 75% !important; }
.pf-u-w-100-on-sm {
width: 100% !important; }
.pf-u-w-25vw-on-sm {
width: 25vw !important; }
.pf-u-w-33vw-on-sm {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw-on-sm {
width: 50vw !important; }
.pf-u-w-66vw-on-sm {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw-on-sm {
width: 75vw !important; }
.pf-u-w-100vw-on-sm {
width: 100vw !important; } }
@media screen and (min-width: 768px) {
.pf-u-w-auto-on-md {
width: auto !important; }
.pf-u-w-initial-on-md {
width: initial !important; }
.pf-u-w-inherit-on-md {
width: inherit !important; }
.pf-u-w-0-on-md {
width: 0% !important; }
.pf-u-w-25-on-md {
width: 25% !important; }
.pf-u-w-33-on-md {
width: calc(100% / 3) !important; }
.pf-u-w-50-on-md {
width: 50% !important; }
.pf-u-w-66-on-md {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75-on-md {
width: 75% !important; }
.pf-u-w-100-on-md {
width: 100% !important; }
.pf-u-w-25vw-on-md {
width: 25vw !important; }
.pf-u-w-33vw-on-md {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw-on-md {
width: 50vw !important; }
.pf-u-w-66vw-on-md {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw-on-md {
width: 75vw !important; }
.pf-u-w-100vw-on-md {
width: 100vw !important; } }
@media screen and (min-width: 992px) {
.pf-u-w-auto-on-lg {
width: auto !important; }
.pf-u-w-initial-on-lg {
width: initial !important; }
.pf-u-w-inherit-on-lg {
width: inherit !important; }
.pf-u-w-0-on-lg {
width: 0% !important; }
.pf-u-w-25-on-lg {
width: 25% !important; }
.pf-u-w-33-on-lg {
width: calc(100% / 3) !important; }
.pf-u-w-50-on-lg {
width: 50% !important; }
.pf-u-w-66-on-lg {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75-on-lg {
width: 75% !important; }
.pf-u-w-100-on-lg {
width: 100% !important; }
.pf-u-w-25vw-on-lg {
width: 25vw !important; }
.pf-u-w-33vw-on-lg {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw-on-lg {
width: 50vw !important; }
.pf-u-w-66vw-on-lg {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw-on-lg {
width: 75vw !important; }
.pf-u-w-100vw-on-lg {
width: 100vw !important; } }
@media screen and (min-width: 1200px) {
.pf-u-w-auto-on-xl {
width: auto !important; }
.pf-u-w-initial-on-xl {
width: initial !important; }
.pf-u-w-inherit-on-xl {
width: inherit !important; }
.pf-u-w-0-on-xl {
width: 0% !important; }
.pf-u-w-25-on-xl {
width: 25% !important; }
.pf-u-w-33-on-xl {
width: calc(100% / 3) !important; }
.pf-u-w-50-on-xl {
width: 50% !important; }
.pf-u-w-66-on-xl {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75-on-xl {
width: 75% !important; }
.pf-u-w-100-on-xl {
width: 100% !important; }
.pf-u-w-25vw-on-xl {
width: 25vw !important; }
.pf-u-w-33vw-on-xl {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw-on-xl {
width: 50vw !important; }
.pf-u-w-66vw-on-xl {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw-on-xl {
width: 75vw !important; }
.pf-u-w-100vw-on-xl {
width: 100vw !important; } }
@media screen and (min-width: 1450px) {
.pf-u-w-auto-on-2xl {
width: auto !important; }
.pf-u-w-initial-on-2xl {
width: initial !important; }
.pf-u-w-inherit-on-2xl {
width: inherit !important; }
.pf-u-w-0-on-2xl {
width: 0% !important; }
.pf-u-w-25-on-2xl {
width: 25% !important; }
.pf-u-w-33-on-2xl {
width: calc(100% / 3) !important; }
.pf-u-w-50-on-2xl {
width: 50% !important; }
.pf-u-w-66-on-2xl {
width: calc(100% / 3 * 2) !important; }
.pf-u-w-75-on-2xl {
width: 75% !important; }
.pf-u-w-100-on-2xl {
width: 100% !important; }
.pf-u-w-25vw-on-2xl {
width: 25vw !important; }
.pf-u-w-33vw-on-2xl {
width: calc(100vw / 3) !important; }
.pf-u-w-50vw-on-2xl {
width: 50vw !important; }
.pf-u-w-66vw-on-2xl {
width: calc(100vw / 3 * 2) !important; }
.pf-u-w-75vw-on-2xl {
width: 75vw !important; }
.pf-u-w-100vw-on-2xl {
width: 100vw !important; } }
.pf-u-h-auto {
height: auto !important; }
.pf-u-h-initial {
height: initial !important; }
.pf-u-h-inherit {
height: inherit !important; }
.pf-u-h-0 {
height: 0% !important; }
.pf-u-h-25 {
height: 25% !important; }
.pf-u-h-33 {
height: calc(100% / 3) !important; }
.pf-u-h-50 {
height: 50% !important; }
.pf-u-h-66 {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75 {
height: 75% !important; }
.pf-u-h-100 {
height: 100% !important; }
.pf-u-h-25vh {
height: 25vh !important; }
.pf-u-h-33vh {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh {
height: 50vh !important; }
.pf-u-h-66vh {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh {
height: 75vh !important; }
.pf-u-h-100vh {
height: 100vh !important; }
@media screen and (min-width: 576px) {
.pf-u-h-auto-on-sm {
height: auto !important; }
.pf-u-h-initial-on-sm {
height: initial !important; }
.pf-u-h-inherit-on-sm {
height: inherit !important; }
.pf-u-h-0-on-sm {
height: 0% !important; }
.pf-u-h-25-on-sm {
height: 25% !important; }
.pf-u-h-33-on-sm {
height: calc(100% / 3) !important; }
.pf-u-h-50-on-sm {
height: 50% !important; }
.pf-u-h-66-on-sm {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75-on-sm {
height: 75% !important; }
.pf-u-h-100-on-sm {
height: 100% !important; }
.pf-u-h-25vh-on-sm {
height: 25vh !important; }
.pf-u-h-33vh-on-sm {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh-on-sm {
height: 50vh !important; }
.pf-u-h-66vh-on-sm {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh-on-sm {
height: 75vh !important; }
.pf-u-h-100vh-on-sm {
height: 100vh !important; } }
@media screen and (min-width: 768px) {
.pf-u-h-auto-on-md {
height: auto !important; }
.pf-u-h-initial-on-md {
height: initial !important; }
.pf-u-h-inherit-on-md {
height: inherit !important; }
.pf-u-h-0-on-md {
height: 0% !important; }
.pf-u-h-25-on-md {
height: 25% !important; }
.pf-u-h-33-on-md {
height: calc(100% / 3) !important; }
.pf-u-h-50-on-md {
height: 50% !important; }
.pf-u-h-66-on-md {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75-on-md {
height: 75% !important; }
.pf-u-h-100-on-md {
height: 100% !important; }
.pf-u-h-25vh-on-md {
height: 25vh !important; }
.pf-u-h-33vh-on-md {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh-on-md {
height: 50vh !important; }
.pf-u-h-66vh-on-md {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh-on-md {
height: 75vh !important; }
.pf-u-h-100vh-on-md {
height: 100vh !important; } }
@media screen and (min-width: 992px) {
.pf-u-h-auto-on-lg {
height: auto !important; }
.pf-u-h-initial-on-lg {
height: initial !important; }
.pf-u-h-inherit-on-lg {
height: inherit !important; }
.pf-u-h-0-on-lg {
height: 0% !important; }
.pf-u-h-25-on-lg {
height: 25% !important; }
.pf-u-h-33-on-lg {
height: calc(100% / 3) !important; }
.pf-u-h-50-on-lg {
height: 50% !important; }
.pf-u-h-66-on-lg {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75-on-lg {
height: 75% !important; }
.pf-u-h-100-on-lg {
height: 100% !important; }
.pf-u-h-25vh-on-lg {
height: 25vh !important; }
.pf-u-h-33vh-on-lg {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh-on-lg {
height: 50vh !important; }
.pf-u-h-66vh-on-lg {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh-on-lg {
height: 75vh !important; }
.pf-u-h-100vh-on-lg {
height: 100vh !important; } }
@media screen and (min-width: 1200px) {
.pf-u-h-auto-on-xl {
height: auto !important; }
.pf-u-h-initial-on-xl {
height: initial !important; }
.pf-u-h-inherit-on-xl {
height: inherit !important; }
.pf-u-h-0-on-xl {
height: 0% !important; }
.pf-u-h-25-on-xl {
height: 25% !important; }
.pf-u-h-33-on-xl {
height: calc(100% / 3) !important; }
.pf-u-h-50-on-xl {
height: 50% !important; }
.pf-u-h-66-on-xl {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75-on-xl {
height: 75% !important; }
.pf-u-h-100-on-xl {
height: 100% !important; }
.pf-u-h-25vh-on-xl {
height: 25vh !important; }
.pf-u-h-33vh-on-xl {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh-on-xl {
height: 50vh !important; }
.pf-u-h-66vh-on-xl {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh-on-xl {
height: 75vh !important; }
.pf-u-h-100vh-on-xl {
height: 100vh !important; } }
@media screen and (min-width: 1450px) {
.pf-u-h-auto-on-2xl {
height: auto !important; }
.pf-u-h-initial-on-2xl {
height: initial !important; }
.pf-u-h-inherit-on-2xl {
height: inherit !important; }
.pf-u-h-0-on-2xl {
height: 0% !important; }
.pf-u-h-25-on-2xl {
height: 25% !important; }
.pf-u-h-33-on-2xl {
height: calc(100% / 3) !important; }
.pf-u-h-50-on-2xl {
height: 50% !important; }
.pf-u-h-66-on-2xl {
height: calc(100% / 3 * 2) !important; }
.pf-u-h-75-on-2xl {
height: 75% !important; }
.pf-u-h-100-on-2xl {
height: 100% !important; }
.pf-u-h-25vh-on-2xl {
height: 25vh !important; }
.pf-u-h-33vh-on-2xl {
height: calc(100vh / 3) !important; }
.pf-u-h-50vh-on-2xl {
height: 50vh !important; }
.pf-u-h-66vh-on-2xl {
height: calc(100vh / 3 * 2) !important; }
.pf-u-h-75vh-on-2xl {
height: 75vh !important; }
.pf-u-h-100vh-on-2xl {
height: 100vh !important; } }
.pf-u-m-auto {
margin: auto !important; }
.pf-u-m-0 {
margin: 0 !important; }
.pf-u-m-xs {
margin: var(--pf-global--spacer--xs) !important; }
.pf-u-m-sm {
margin: var(--pf-global--spacer--sm) !important; }
.pf-u-m-md {
margin: var(--pf-global--spacer--md) !important; }
.pf-u-m-lg {
margin: var(--pf-global--spacer--lg) !important; }
.pf-u-m-xl {
margin: var(--pf-global--spacer--xl) !important; }
.pf-u-m-2xl {
margin: var(--pf-global--spacer--2xl) !important; }
.pf-u-m-3xl {
margin: var(--pf-global--spacer--3xl) !important; }
.pf-u-m-4xl {
margin: var(--pf-global--spacer--4xl) !important; }
.pf-u-mt-auto {
margin-top: auto !important; }
.pf-u-mt-0 {
margin-top: 0 !important; }
.pf-u-mt-xs {
margin-top: var(--pf-global--spacer--xs) !important; }
.pf-u-mt-sm {
margin-top: var(--pf-global--spacer--sm) !important; }
.pf-u-mt-md {
margin-top: var(--pf-global--spacer--md) !important; }
.pf-u-mt-lg {
margin-top: var(--pf-global--spacer--lg) !important; }
.pf-u-mt-xl {
margin-top: var(--pf-global--spacer--xl) !important; }
.pf-u-mt-2xl {
margin-top: var(--pf-global--spacer--2xl) !important; }
.pf-u-mt-3xl {
margin-top: var(--pf-global--spacer--3xl) !important; }
.pf-u-mt-4xl {
margin-top: var(--pf-global--spacer--4xl) !important; }
.pf-u-mr-auto {
margin-right: auto !important; }
.pf-u-mr-0 {
margin-right: 0 !important; }
.pf-u-mr-xs {
margin-right: var(--pf-global--spacer--xs) !important; }
.pf-u-mr-sm {
margin-right: var(--pf-global--spacer--sm) !important; }
.pf-u-mr-md {
margin-right: var(--pf-global--spacer--md) !important; }
.pf-u-mr-lg {
margin-right: var(--pf-global--spacer--lg) !important; }
.pf-u-mr-xl {
margin-right: var(--pf-global--spacer--xl) !important; }
.pf-u-mr-2xl {
margin-right: var(--pf-global--spacer--2xl) !important; }
.pf-u-mr-3xl {
margin-right: var(--pf-global--spacer--3xl) !important; }
.pf-u-mr-4xl {
margin-right: var(--pf-global--spacer--4xl) !important; }
.pf-u-mb-auto {
margin-bottom: auto !important; }
.pf-u-mb-0 {
margin-bottom: 0 !important; }
.pf-u-mb-xs {
margin-bottom: var(--pf-global--spacer--xs) !important; }
.pf-u-mb-sm {
margin-bottom: var(--pf-global--spacer--sm) !important; }
.pf-u-mb-md {
margin-bottom: var(--pf-global--spacer--md) !important; }
.pf-u-mb-lg {
margin-bottom: var(--pf-global--spacer--lg) !important; }
.pf-u-mb-xl {
margin-bottom: var(--pf-global--spacer--xl) !important; }
.pf-u-mb-2xl {
margin-bottom: var(--pf-global--spacer--2xl) !important; }
.pf-u-mb-3xl {
margin-bottom: var(--pf-global--spacer--3xl) !important; }
.pf-u-mb-4xl {
margin-bottom: var(--pf-global--spacer--4xl) !important; }
.pf-u-ml-auto {
margin-left: auto !important; }
.pf-u-ml-0 {
margin-left: 0 !important; }
.pf-u-ml-xs {
margin-left: var(--pf-global--spacer--xs) !important; }
.pf-u-ml-sm {
margin-left: var(--pf-global--spacer--sm) !important; }
.pf-u-ml-md {
margin-left: var(--pf-global--spacer--md) !important; }
.pf-u-ml-lg {
margin-left: var(--pf-global--spacer--lg) !important; }
.pf-u-ml-xl {
margin-left: var(--pf-global--spacer--xl) !important; }
.pf-u-ml-2xl {
margin-left: var(--pf-global--spacer--2xl) !important; }
.pf-u-ml-3xl {
margin-left: var(--pf-global--spacer--3xl) !important; }
.pf-u-ml-4xl {
margin-left: var(--pf-global--spacer--4xl) !important; }
.pf-u-mx-auto {
margin-right: auto !important;
margin-left: auto !important; }
.pf-u-mx-0 {
margin-right: 0 !important;
margin-left: 0 !important; }
.pf-u-mx-xs {
margin-right: var(--pf-global--spacer--xs) !important;
margin-left: var(--pf-global--spacer--xs) !important; }
.pf-u-mx-sm {
margin-right: var(--pf-global--spacer--sm) !important;
margin-left: var(--pf-global--spacer--sm) !important; }
.pf-u-mx-md {
margin-right: var(--pf-global--spacer--md) !important;
margin-left: var(--pf-global--spacer--md) !important; }
.pf-u-mx-lg {
margin-right: var(--pf-global--spacer--lg) !important;
margin-left: var(--pf-global--spacer--lg) !important; }
.pf-u-mx-xl {
margin-right: var(--pf-global--spacer--xl) !important;
margin-left: var(--pf-global--spacer--xl) !important; }
.pf-u-mx-2xl {
margin-right: var(--pf-global--spacer--2xl) !important;
margin-left: var(--pf-global--spacer--2xl) !important; }
.pf-u-mx-3xl {
margin-right: var(--pf-global--spacer--3xl) !important;
margin-left: var(--pf-global--spacer--3xl) !important; }
.pf-u-mx-4xl {
margin-right: var(--pf-global--spacer--4xl) !important;
margin-left: var(--pf-global--spacer--4xl) !important; }
.pf-u-my-auto {
margin-top: auto !important;
margin-bottom: auto !important; }
.pf-u-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important; }
.pf-u-my-xs {
margin-top: var(--pf-global--spacer--xs) !important;
margin-bottom: var(--pf-global--spacer--xs) !important; }
.pf-u-my-sm {
margin-top: var(--pf-global--spacer--sm) !important;
margin-bottom: var(--pf-global--spacer--sm) !important; }
.pf-u-my-md {
margin-top: var(--pf-global--spacer--md) !important;
margin-bottom: var(--pf-global--spacer--md) !important; }
.pf-u-my-lg {
margin-top: var(--pf-global--spacer--lg) !important;
margin-bottom: var(--pf-global--spacer--lg) !important; }
.pf-u-my-xl {
margin-top: var(--pf-global--spacer--xl) !important;
margin-bottom: var(--pf-global--spacer--xl) !important; }
.pf-u-my-2xl {
margin-top: var(--pf-global--spacer--2xl) !important;
margin-bottom: var(--pf-global--spacer--2xl) !important; }
.pf-u-my-3xl {
margin-top: var(--pf-global--spacer--3xl) !important;
margin-bottom: var(--pf-global--spacer--3xl) !important; }
.pf-u-my-4xl {
margin-top: var(--pf-global--spacer--4xl) !important;
margin-bottom: var(--pf-global--spacer--4xl) !important; }
.pf-u-p-auto {
padding: auto !important; }
.pf-u-p-0 {
padding: 0 !important; }
.pf-u-p-xs {
padding: var(--pf-global--spacer--xs) !important; }
.pf-u-p-sm {
padding: var(--pf-global--spacer--sm) !important; }
.pf-u-p-md {
padding: var(--pf-global--spacer--md) !important; }
.pf-u-p-lg {
padding: var(--pf-global--spacer--lg) !important; }
.pf-u-p-xl {
padding: var(--pf-global--spacer--xl) !important; }
.pf-u-p-2xl {
padding: var(--pf-global--spacer--2xl) !important; }
.pf-u-p-3xl {
padding: var(--pf-global--spacer--3xl) !important; }
.pf-u-p-4xl {
padding: var(--pf-global--spacer--4xl) !important; }
.pf-u-pt-auto {
padding-top: auto !important; }
.pf-u-pt-0 {
padding-top: 0 !important; }
.pf-u-pt-xs {
padding-top: var(--pf-global--spacer--xs) !important; }
.pf-u-pt-sm {
padding-top: var(--pf-global--spacer--sm) !important; }
.pf-u-pt-md {
padding-top: var(--pf-global--spacer--md) !important; }
.pf-u-pt-lg {
padding-top: var(--pf-global--spacer--lg) !important; }
.pf-u-pt-xl {
padding-top: var(--pf-global--spacer--xl) !important; }
.pf-u-pt-2xl {
padding-top: var(--pf-global--spacer--2xl) !important; }
.pf-u-pt-3xl {
padding-top: var(--pf-global--spacer--3xl) !important; }
.pf-u-pt-4xl {
padding-top: var(--pf-global--spacer--4xl) !important; }
.pf-u-pr-auto {
padding-right: auto !important; }
.pf-u-pr-0 {
padding-right: 0 !important; }
.pf-u-pr-xs {
padding-right: var(--pf-global--spacer--xs) !important; }
.pf-u-pr-sm {
padding-right: var(--pf-global--spacer--sm) !important; }
.pf-u-pr-md {
padding-right: var(--pf-global--spacer--md) !important; }
.pf-u-pr-lg {
padding-right: var(--pf-global--spacer--lg) !important; }
.pf-u-pr-xl {
padding-right: var(--pf-global--spacer--xl) !important; }
.pf-u-pr-2xl {
padding-right: var(--pf-global--spacer--2xl) !important; }
.pf-u-pr-3xl {
padding-right: var(--pf-global--spacer--3xl) !important; }
.pf-u-pr-4xl {
padding-right: var(--pf-global--spacer--4xl) !important; }
.pf-u-pb-auto {
padding-bottom: auto !important; }
.pf-u-pb-0 {
padding-bottom: 0 !important; }
.pf-u-pb-xs {
padding-bottom: var(--pf-global--spacer--xs) !important; }
.pf-u-pb-sm {
padding-bottom: var(--pf-global--spacer--sm) !important; }
.pf-u-pb-md {
padding-bottom: var(--pf-global--spacer--md) !important; }
.pf-u-pb-lg {
padding-bottom: var(--pf-global--spacer--lg) !important; }
.pf-u-pb-xl {
padding-bottom: var(--pf-global--spacer--xl) !important; }
.pf-u-pb-2xl {
padding-bottom: var(--pf-global--spacer--2xl) !important; }
.pf-u-pb-3xl {
padding-bottom: var(--pf-global--spacer--3xl) !important; }
.pf-u-pb-4xl {
padding-bottom: var(--pf-global--spacer--4xl) !important; }
.pf-u-pl-auto {
padding-left: auto !important; }
.pf-u-pl-0 {
padding-left: 0 !important; }
.pf-u-pl-xs {
padding-left: var(--pf-global--spacer--xs) !important; }
.pf-u-pl-sm {
padding-left: var(--pf-global--spacer--sm) !important; }
.pf-u-pl-md {
padding-left: var(--pf-global--spacer--md) !important; }
.pf-u