.mlcard {
    border-left: 2px solid #650640 !important;
    padding-left: 12px;
    margin-bottom: 2rem;
}

.mlfooter {
    border-top: 1px solid #650640;
}

.modal-full {
  min-width: 95%;
  margin: 0; }

.modal-full .modal-content {
  min-height: 90vh;
  max-height: 90vh; }

.modal-backdrop.in {
  opacity: 0.9; }

.clickable {
  cursor: pointer; }

/*# sourceMappingURL=medialab.css.map */

div.documentControlRecommendation {
    background-color: #ffeeff;
    padding: 10px;
    border: dashed 1px #ff00ff;
    padding-left: 25px;
    background-image: url('../assets/icons/cog.png');
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 15px;
}

#aspnetForm {
    padding-bottom: 90px;
}

td.skinny, th.skinny {
    /* prevents allocating excessive width to a td; it will be just wide enough to display its contents */
    width: 1%;
    white-space: nowrap;
}

/* Roles/Workflows */

div.workflowItem {
    margin-bottom: 1rem;
}

.studentPhaseFull {
    border: 1px solid #bdbdbd;
}

.phaseHead {
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    padding: 0.5rem 0.75rem;
    width: fit-content;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.studentPhaseHead {
    padding: 0.75rem 0.75rem;
}

.phaseBody {
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.phaseApp {
    border-top: 1px solid #bdbdbd;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

    .phaseApp > h4 {
        margin-bottom: 0;
    }

.phaseAppBody {
    margin-top: 1rem;
}

.phaseAppBody p:last-child {
    margin-bottom: 0 !important;
}

.workflowPlus {
    /*color: #30e34c;*/
    padding-right: 5px;
    cursor: pointer;
}

.workflowX {
    /*color: #ff000d;*/
    /*font-size: 14px;*/
    font-size: 15px;
    padding-right: 5px;
    cursor: pointer;
}

table.workflowTable tr td {
    padding-top: 6px;
    padding-bottom: 6px;
}

