/* Fix body bg so short pages have black footer */
html > body {
    background-color:black;
}
.body {
    background-color:white;
}
/**/

/* BEGIN: DMX fix to show modals */
.fade.show {
    opacity: 1;
}
/* END: DMX fix to show modals */

h3.word-rotator-title.cnp_h3 .word-rotate {
    max-height: 42px;
    line-height: 42px;
    margin-bottom: -12px;
}

#dnn_LeftPane > .DnnModule-LiveForms,
#dnn_RightPane > .DnnModule-LiveForms {
    padding-top: 2rem;
}

.product-detail-page #slider_container img {
    border-radius: 3rem;
}

/* Temp Fix for Course Manager */
.p-tieredmenu, .p-overlay-mask, .p-select-overlay {
    z-index: 99999999 !important;
}

#lxp-editor__chart-container-controls div {
    top: 115px !important;
}


/* Can be removed once new deploy adds this css */
.parent-hero-panel ul {
  list-style: disc;
}
.parent-hero-panel ol {
  list-style: decimal;
}
.parent-hero-panel li {
  margin-bottom:1rem;
}

#batchList {
    overflow: auto;
    height: 500px;
}
/**/









