
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%;
}

/* Adds bullet style to objective items */
.objective-component .cell-basic {
    margin-left: 52px;
}

.objective-component .cell-basic:nth-child(1) {
    list-style: disc;
    display: list-item;
}

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



/*
.instructor-component .thumbnail-image {
    border-radius: 50%;
    object-fit: cover;
}
*/

.component .app-name-view.component-name {
   color: #162049 !important;
   font-family: Georgia !important;
   font-size: 30px !important;
   border-bottom: solid 2px #ffc910;
}

.doc .component-body {
   color: #434343 !important;
   font-family: Helvetica !important;
   font-size: 14px !important;
}

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

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

.mat-card {
     padding: 30px !important;
}

ul, li, p {
    font-size: 14px !important;
}

.doc .component-body {
    font-size: 14px !important;
}

 /* Adds 'Syllabus Login' text after logo on login page */
.login-logo-link div:nth-child(1)::after {
    display: block;
    content: "Syllabus Login";
    font-size: 20px;
}

 /* Styles local login option to look more like a button, changes text on the button */
account-login-local > form > div > div:nth-child(2) > a {
    visibility: hidden;
    margin-left: -311px;
}

account-login-local > form > div > div:nth-child(2) > a:after {
    visibility: visible;
    content: "Parent & External User Login";
    font-weight: 500;
    background: #ffc910;
    color: rgba(var(--color-primary),1);
    padding: 6px 9px;
    border-radius: 4px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 1px 10px 0 rgba(0,0,0,.14),0 1px 2px 0 rgba(0,0,0,.12)!important;
}

 /* Changes text on SSO login button */
account-login-local > form > div .login-logo-link > div:nth-child(2) > a > span.mat-button-wrapper {
   display: none;
}

account-login-local > form > div .login-logo-link > div:nth-child(2) > a:after {
    content: "Faculty/Staff & Student Login";
}

 /* Moves login buttons closer together */
account-login-local > form > div > div:nth-child(2) {
  margin-top: -45px;
}

 /* Hides local login tooltip on login page */
account-login-local app-tooltip-button {
    display: none;
}

 /*Adds text after Register your account */
account-login-local > form h3:after {
    content: "*Parents please use your Canvas parent account email to register";
    display: block;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 100;
}

