/* context-1408457 = Create Virtual Office */
/* context-1248040 = Create Mastershell */
#page-course-edit:not(.context-1248040):not(.context-1408457) #fitem_id_fullname > div:last-child:after, 
#page-course-edit:not(.context-1248040):not(.context-1408457) #fitem_id_shortname > div:last-child:after, 
#page-course-edit:not(.context-1248040):not(.context-1408457) #fitem_id_idnumber > div:last-child:after {
    content: "Note: Changing this will result in failures with the automated enrollment scripts.";
    display: block;
    width: 100%;
    font-style: italic;
    color: red;
}

/* isAdmin --> see mdl/dom/base.js */
#page-course-edit:not(.context-1248040):not(.context-1408457):not(.isAdmin) input#id_fullname, 
#page-course-edit:not(.context-1248040):not(.context-1408457):not(.isAdmin) input#id_shortname, 
#page-course-edit:not(.context-1248040):not(.context-1408457):not(.isAdmin) input#id_idnumber {
    background: #eee;
    pointer-events: none;
}