
pre {
    white-space: pre-wrap;
}

.component img {
    max-width:100%;
    height: auto;
}

body.mce-content-body .block-placeholder {
    background-color: bisque !important;
}

body.mce-content-body .block-prefix {
    background-color: beige !important;
}

body.mce-content-body .block-prefix::before {
    color: rgba(0, 0, 0, 0.60) !important;
    content: "(" !important;
}

body.mce-content-body .block-suffix {
    background-color: beige !important;
}

body.mce-content-body .block-suffix::after {
    color: rgba(0, 0, 0, 0.60) !important;
    content: ")" !important;
}


h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
}

.component-header, .component-name {
    page-break-after: avoid;
}

.component table {
    height: auto;
    width: auto;
    max-width: 100%;
}

td.fr-thick {
    line-height: 1.5em;
    padding: 5px;
}


.component {
    margin-bottom: 10px;
}

td.fr-thick {
    line-height: 1.5em;
}


.objective-component .cell-basic {
    margin-left: 52px;
}



.instructor-component .text-cell {
    margin-bottom: 5px;
}

.component-wrapper {
    padding-top: 5px;
}


.component-wrapper:first-child {
    padding-top: 0;
}

.component .app-name-view.component-name {
    padding-bottom:5px !important;
    border-bottom: solid 1px #b61e42 !important;
}

.component h1 {
    color: #b61e42 !important;
    margin-bottom: .45em !important;
}

.component .app-name-view.component-name {
    color: #b61e42 !important;
    margin-bottom: .45em !important;
}

.component .component-index-0 h2 {
    margin-top: 0;
}


.component-body {
    color: rgba(0, 0, 0, .65);
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.component-body p {
    line-height: 1.5 !important;
}

.component-body li {
    margin: .4em auto;
}

block-prefix {
    font-weight: 300;
}

.material-component .component-body .cell-0 {
    font-weight: bold;
}

.instructor-component .component-body .cell-0 {
    font-weight: bold;
}

.instructor-component .cell-name {
    font-weight: bold;
}

.objective-component .cell-1 {
    font-size: small;
    font-style: italic;
}

.doc {
    padding-top: 20px;
}

@page {
    margin: 20px;
}



.schedule-component th.mat-header-cell {
    padding-left: 24px;
    word-break: normal;
}

.schedule-component td.mat-cell {
    padding-left: 24px;
    word-break: normal;
}

.schedule-component td.mat-cell > div {
    word-break: normal;
}

.schedule-component table {
    min-width: 100%;
    margin-bottom: 15px;
}

.schedule-component .mat-column-editButtons {
    width: 70px;
}

.schedule-component .clickable {
    cursor: pointer;
}

.schedule-component .nowrap {
    white-space: nowrap;
}

.schedule-component .mat-cell, .schedule-component .mat-footer-cell {
    color: rgba(0, 0, 0, 0.65);
}

.schedule-component .mat-header-cell {
color: rgba(0, 0, 0, 0.65);
    font-weight: bold;
    font-size: 14px;
}

.schedule-component .fr-toolbar {
    z-index: 1004 !important;
}



.schedule-component mat-table {
    display: block
}

.schedule-component mat-header-row {
    min-height: 56px
}

.schedule-component mat-footer-row, .schedule-component mat-row {
    min-height: 48px
}

.schedule-component mat-footer-row, .schedule-component mat-header-row, .schedule-component mat-row {
    display: flex;
    border-width: 0;
    border-bottom-width: 1px;
    border-style: solid;
    align-items: center;
    box-sizing: border-box
}

.schedule-component mat-footer-row::after, .schedule-component mat-header-row::after, .schedule-component mat-row::after {
    display: inline-block;
    min-height: inherit;
    content: ''
}

.schedule-component mat-cell:first-child, .schedule-component mat-footer-cell:first-child, .schedule-component mat-header-cell:first-child {
    padding-left: 24px
}

[dir=rtl] .schedule-component mat-cell:first-child, [dir=rtl] .schedule-component mat-footer-cell:first-child, [dir=rtl] .schedule-component mat-header-cell:first-child {
    padding-left: 0;
    padding-right: 24px
}

.schedule-component mat-cell:last-child, .schedule-component mat-footer-cell:last-child, .schedule-component mat-header-cell:last-child {
    padding-right: 24px
}

[dir=rtl] .schedule-component mat-cell:last-child, [dir=rtl] .schedule-component mat-footer-cell:last-child, [dir=rtl] .schedule-component mat-header-cell:last-child {
    padding-right: 0;
    padding-left: 24px
}

.schedule-component mat-cell, .schedule-component mat-footer-cell, .schedule-component mat-header-cell {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    min-height: inherit
}

.schedule-component table.mat-table {
    border-spacing: 0
}

.schedule-component tr.mat-header-row {
    height: 56px
}

.schedule-component tr.mat-footer-row, tr.mat-row {
    height: 48px
}

.schedule-component th.mat-header-cell {
    text-align: left
}

.schedule-component td.mat-cell, .schedule-component td.mat-footer-cell, .schedule-component th.mat-header-cell {
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.schedule-component td.mat-cell:first-child, .schedule-component td.mat-footer-cell:first-child, .schedule-component th.mat-header-cell:first-child {
    padding-left: 24px
}

.schedule-component td.mat-cell:last-child, .schedule-component td.mat-footer-cell:last-child, .schedule-component th.mat-header-cell:last-child {
    padding-right: 24px
}

.schedule-component table a {
    color: #a21b5f !important;
}

body.body-legacy app-doc-view .component-body p {
    font-size: 14px !important;
    font-weight: 300;
    color: rgba(0,0,0,.65) !important;
    font-family: Roboto, sans-serif;
}

app-doc-view  .schedule-component table {
    table-layout: unset  !important;
}




