/* Grid HTML Classes */
.oj-flex {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }

.oj-flex-child {
  position: static;
}

/* sproutcore hackery */
.oj-flex-child .sc-container-view {
  position: relative;
  height: 100%;
}


.oj-flex-item {
  flex: auto;
  box-sizing: border-box; }

.oj-flex-bar, .oj-hybrid-applayout-header, .oj-hybrid-applayout-header-no-border, .oj-hybrid-applayout-toolbar-stretch {
  position: relative; }

.oj-flex-bar, .oj-hybrid-applayout-header, .oj-hybrid-applayout-header-no-border, .oj-hybrid-applayout-toolbar-stretch,
.oj-flex-bar-start,
.oj-flex-bar-middle,
.oj-hybrid-applayout-bar-title,
.oj-flex-bar-end,
.oj-flex-bar-center-absolute {
  box-sizing: border-box;
  display: flex; }


.oj-flex-bar-middle,
.oj-hybrid-applayout-bar-title {
  flex: auto; }

html:not([dir="rtl"]) .oj-flex-bar-end {
  margin-left: auto; }

html[dir="rtl"] .oj-flex-bar-end {
  margin-right: auto; }

.oj-flex-bar-center-absolute {
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  top: 0; }

@media print, screen {
  .oj-sm-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-sm-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-sm-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-sm-flex-0 {
    flex: 0 !important; }
  .oj-sm-flex-1 {
    flex: 1 !important; }
  .oj-sm-flex-initial {
    flex: 0 1 auto !important; }
  .oj-sm-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-sm-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-sm-justify-content-center {
    justify-content: center !important; }
  .oj-sm-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-sm-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-sm-align-items-center, .oj-hybrid-applayout-header, .oj-hybrid-applayout-header-no-border {
    align-items: center !important; }
  .oj-sm-align-items-baseline {
    align-items: baseline !important; }
  .oj-sm-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-sm-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-sm-align-self-center {
    align-self: center !important; }
  .oj-sm-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-sm-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-sm-flex-direction-column {
    flex-direction: column !important; }
  .oj-sm-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media print, screen and (min-width: 600px) {
  .oj-md-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-md-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-md-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-md-flex-0 {
    flex: 0 !important; }
  .oj-md-flex-1 {
    flex: 1 !important; }
  .oj-md-flex-initial {
    flex: 0 1 auto !important; }
  .oj-md-order-0 {
    order: 0 !important; }
  .oj-md-order-1 {
    order: 1 !important; }
  .oj-md-order-2 {
    order: 2 !important; }
  .oj-md-order-3 {
    order: 3 !important; }
  .oj-md-order-4 {
    order: 4 !important; }
  .oj-md-order-5 {
    order: 5 !important; }
  .oj-md-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-md-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-md-justify-content-center {
    justify-content: center !important; }
  .oj-md-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-md-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-md-align-items-center {
    align-items: center !important; }
  .oj-md-align-items-baseline {
    align-items: baseline !important; }
  .oj-md-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-md-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-md-align-self-center {
    align-self: center !important; }
  .oj-md-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-md-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-md-flex-direction-column {
    flex-direction: column !important; }
  .oj-md-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media print and (orientation: landscape), screen and (min-width: 1024px) {
  .oj-lg-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-lg-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-lg-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-lg-flex-0 {
    flex: 0 !important; }
  .oj-lg-flex-1 {
    flex: 1 !important; }
  .oj-lg-flex-initial {
    flex: 0 1 auto !important; }
  .oj-lg-order-0 {
    order: 0 !important; }
  .oj-lg-order-1 {
    order: 1 !important; }
  .oj-lg-order-2 {
    order: 2 !important; }
  .oj-lg-order-3 {
    order: 3 !important; }
  .oj-lg-order-4 {
    order: 4 !important; }
  .oj-lg-order-5 {
    order: 5 !important; }
  .oj-lg-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-lg-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-lg-justify-content-center {
    justify-content: center !important; }
  .oj-lg-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-lg-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-lg-align-items-center {
    align-items: center !important; }
  .oj-lg-align-items-baseline {
    align-items: baseline !important; }
  .oj-lg-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-lg-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-lg-align-self-center {
    align-self: center !important; }
  .oj-lg-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-lg-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-lg-flex-direction-column {
    flex-direction: column !important; }
  .oj-lg-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media screen and (min-width: 1440px) {
  .oj-xl-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-xl-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-xl-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-xl-flex-0 {
    flex: 0 !important; }
  .oj-xl-flex-1 {
    flex: 1 !important; }
  .oj-xl-flex-initial {
    flex: 0 1 auto !important; }
  .oj-xl-order-0 {
    order: 0 !important; }
  .oj-xl-order-1 {
    order: 1 !important; }
  .oj-xl-order-2 {
    order: 2 !important; }
  .oj-xl-order-3 {
    order: 3 !important; }
  .oj-xl-order-4 {
    order: 4 !important; }
  .oj-xl-order-5 {
    order: 5 !important; }
  .oj-xl-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-xl-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-xl-justify-content-center {
    justify-content: center !important; }
  .oj-xl-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-xl-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-xl-align-items-center {
    align-items: center !important; }
  .oj-xl-align-items-baseline {
    align-items: baseline !important; }
  .oj-xl-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-xl-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-xl-align-self-center {
    align-self: center !important; }
  .oj-xl-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-xl-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-xl-flex-direction-column {
    flex-direction: column !important; }
  .oj-xl-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media screen and (max-width: 599.9px) {
  .oj-sm-only-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-sm-only-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-sm-only-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-sm-only-flex-0 {
    flex: 0 !important; }
  .oj-sm-only-flex-1 {
    flex: 1 !important; }
  .oj-sm-only-flex-initial {
    flex: 0 1 auto !important; }
  .oj-sm-only-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-sm-only-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-sm-only-justify-content-center {
    justify-content: center !important; }
  .oj-sm-only-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-sm-only-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-sm-only-align-items-center {
    align-items: center !important; }
  .oj-sm-only-align-items-baseline {
    align-items: baseline !important; }
  .oj-sm-only-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-sm-only-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-sm-only-align-self-center {
    align-self: center !important; }
  .oj-sm-only-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-sm-only-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-sm-only-flex-direction-column {
    flex-direction: column !important; }
  .oj-sm-only-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media print and (orientation: portrait), screen and (min-width: 600px) and (max-width: 1023.9px) {
  .oj-md-only-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-md-only-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-md-only-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-md-only-flex-0 {
    flex: 0 !important; }
  .oj-md-only-flex-1 {
    flex: 1 !important; }
  .oj-md-only-flex-initial {
    flex: 0 1 auto !important; }
  .oj-md-only-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-md-only-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-md-only-justify-content-center {
    justify-content: center !important; }
  .oj-md-only-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-md-only-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-md-only-align-items-center {
    align-items: center !important; }
  .oj-md-only-align-items-baseline {
    align-items: baseline !important; }
  .oj-md-only-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-md-only-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-md-only-align-self-center {
    align-self: center !important; }
  .oj-md-only-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-md-only-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-md-only-flex-direction-column {
    flex-direction: column !important; }
  .oj-md-only-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media print and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1439.9px) {
  .oj-lg-only-flex-items-0 > .oj-flex-item {
    flex: 0; }
  .oj-lg-only-flex-items-1 > .oj-flex-item {
    flex: 1; }
  .oj-lg-only-flex-items-initial > .oj-flex-item {
    flex: 0 1 auto; }
  .oj-lg-only-flex-0 {
    flex: 0 !important; }
  .oj-lg-only-flex-1 {
    flex: 1 !important; }
  .oj-lg-only-flex-initial {
    flex: 0 1 auto !important; }
  .oj-lg-only-justify-content-flex-start {
    justify-content: flex-start !important; }
  .oj-lg-only-justify-content-flex-end {
    justify-content: flex-end !important; }
  .oj-lg-only-justify-content-center {
    justify-content: center !important; }
  .oj-lg-only-justify-content-space-between {
    justify-content: space-between !important; }
  .oj-lg-only-justify-content-space-around {
    justify-content: space-around !important; }
  .oj-lg-only-align-items-center {
    align-items: center !important; }
  .oj-lg-only-align-items-baseline {
    align-items: baseline !important; }
  .oj-lg-only-align-items-flex-start {
    align-items: flex-start !important; }
  .oj-lg-only-align-items-flex-end {
    align-items: flex-end !important; }
  .oj-lg-only-align-self-center {
    align-self: center !important; }
  .oj-lg-only-align-self-flex-start {
    align-self: flex-start !important; }
  .oj-lg-only-align-self-flex-end {
    align-self: flex-end !important; }
  .oj-lg-only-flex-direction-column {
    flex-direction: column !important; }
  .oj-lg-only-flex-wrap-nowrap {
    flex-wrap: nowrap !important; } }

@media print, screen {
  .oj-sm-1 {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-sm-2 {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-sm-3 {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-sm-4 {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-sm-5 {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-sm-6 {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-sm-7 {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-sm-8 {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-sm-9 {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-sm-10 {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-sm-11 {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-sm-12 {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-sm-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-sm-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-sm-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-sm-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-sm-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-sm-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-sm-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-sm-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-sm-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-sm-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-sm-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-sm-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-sm-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-sm-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-sm-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-sm-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-sm-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-sm-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-sm-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-sm-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-sm-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-sm-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-sm-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-sm-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-sm-even-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-sm-even-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-sm-even-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-sm-even-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-sm-even-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; } }

@media print, screen and (min-width: 600px) {
  .oj-md-1 {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-md-2 {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-md-3 {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-md-4 {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-md-5 {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-md-6 {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-md-7 {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-md-8 {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-md-9 {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-md-10 {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-md-11 {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-md-12 {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-md-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-md-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-md-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-md-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-md-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-md-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-md-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-md-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-md-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-md-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-md-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-md-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-md-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-md-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-md-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-md-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-md-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-md-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-md-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-md-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-md-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-md-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-md-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-md-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-md-even-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-md-even-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-md-even-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-md-even-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-md-even-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; } }

@media print and (orientation: landscape), screen and (min-width: 1024px) {
  .oj-lg-1 {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-lg-2 {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-lg-3 {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-lg-4 {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-lg-5 {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-lg-6 {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-lg-7 {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-lg-8 {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-lg-9 {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-lg-10 {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-lg-11 {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-lg-12 {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-lg-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-lg-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-lg-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-lg-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-lg-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-lg-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-lg-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-lg-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-lg-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-lg-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-lg-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-lg-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-lg-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-lg-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-lg-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-lg-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-lg-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-lg-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-lg-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-lg-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-lg-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-lg-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-lg-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-lg-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-lg-even-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-lg-even-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-lg-even-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-lg-even-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-lg-even-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; } }

@media screen and (min-width: 1440px) {
  .oj-xl-1 {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-xl-2 {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-xl-3 {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-xl-4 {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-xl-5 {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-xl-6 {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-xl-7 {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-xl-8 {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-xl-9 {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-xl-10 {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-xl-11 {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-xl-12 {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-xl-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-xl-odd-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-xl-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-xl-odd-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-xl-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-xl-odd-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-xl-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-xl-odd-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-xl-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-xl-odd-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-xl-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-xl-odd-cols-6 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 50% !important;
    max-width: 50% !important;
    width: 50% !important; }
  .oj-xl-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 58.33333% !important;
    max-width: 58.33333% !important;
    width: 58.33333% !important; }
  .oj-xl-odd-cols-7 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; }
  .oj-xl-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 66.66667% !important;
    max-width: 66.66667% !important;
    width: 66.66667% !important; }
  .oj-xl-odd-cols-8 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-xl-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 75% !important;
    max-width: 75% !important;
    width: 75% !important; }
  .oj-xl-odd-cols-9 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-xl-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 83.33333% !important;
    max-width: 83.33333% !important;
    width: 83.33333% !important; }
  .oj-xl-odd-cols-10 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-xl-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 91.66667% !important;
    max-width: 91.66667% !important;
    width: 91.66667% !important; }
  .oj-xl-odd-cols-11 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-xl-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(odd) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-xl-odd-cols-12 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 100% !important;
    max-width: 100% !important;
    width: 100% !important; }
  .oj-xl-even-cols-1 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 8.33333% !important;
    max-width: 8.33333% !important;
    width: 8.33333% !important; }
  .oj-xl-even-cols-2 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 16.66667% !important;
    max-width: 16.66667% !important;
    width: 16.66667% !important; }
  .oj-xl-even-cols-3 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 25% !important;
    max-width: 25% !important;
    width: 25% !important; }
  .oj-xl-even-cols-4 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 33.33333% !important;
    max-width: 33.33333% !important;
    width: 33.33333% !important; }
  .oj-xl-even-cols-5 > .oj-flex > .oj-flex-item:nth-child(even) {
    flex: 0 1 41.66667% !important;
    max-width: 41.66667% !important;
    width: 41.66667% !important; } }
