.taskBar
{
    display: flex;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    position: relative;
    overflow: hidden;
}

.taskPercent,
.timePercent
{
    height: 100%;
    background-color: #339933;
}

.submitPercent
{
    height: 100%;
    background-color: #0e7b9c;
}

.rejectPercent
{
    height: 100%;
    background-color: #993333;
}

.timeLabels, .taskLabels
{
    font-size: 14px;
    color: #555555;
}

.completeLabel, .submittedLabel
{
    width: fit-content;
    padding: 3px 6px;
    background-color: #339333;
    color: white;
    border-radius: 5px;
}

.submittedLabel
{
    background-color: #0e7b9c;
}

.docStatus 
{
    background-color: #BBBBBB;
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}

.docStatus.statusAccepted
{
    background-color: #339933;
}

.docStatus.statusUploaded
{
    background-color: #0e7b9c;
}

.docStatus.statusRejected
{
    background-color: #993333;
}

.skills-bootcamp {
	background-color: #e0f7fa;
	border-left: 4px solid #00acc1;
	padding: 15px;
	margin-bottom: 15px;
}

.moveUp:hover
{
    cursor: pointer;
}

.message
{
    display: flex;
    flex-direction: column;
    width: fit-content;
    min-width: 200px;
    max-width: 60%;
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px #AAAAAA;
}

.conversationArea
{
    padding: 0px;
}

.conversation
{
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    background-color: #DDDDDD;
    padding: 10px;
    border-radius: 5px;

    box-shadow: 0px 1px 2px 0px #AAAAAA;
}

.conversationTitle
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    font-weight: 500;
}

.conversationBody
{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messageAreas
{
    height: fit-content;
    padding: 0px;
    min-height: 0px;
}

.messageTitle, .messageBody, .messageDate
{
    width: 100%;
}

.messageTitle
{
    height: 22px;
    font-weight: 600;
    font-size: 14px;
}

.messageBody
{
    font-size: 18px;
    font-weight: 400;
}

.messageDate
{
    text-align: right;
}

.outbound
{
    float: right;
    text-align: right;
}

.messageArea
{
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column-reverse;
}

.conversations
{
    width: 100%;
    height: 60vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.messageRow
{
    width: calc(100% - 10px);
    margin: 5px;
}

.chartCenter
{
    position: absolute;
    width: 30%;
    top: calc(50% - 14px);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
}

.raise
{
    transition-duration: 0.4s;
    margin-top: 5px;
    border-radius: 10px;
    background-color: var(--primaryColour)!important;
}

.raise:hover
{
    margin-top: 0px;
    box-shadow: 0px 1rem 3rem 0px #00000077!important;
    cursor: pointer;
}

.showing
{
    margin-top: 0px;
    box-shadow: 0px 1rem 3rem 0px #00000077!important;
    background-color: var(--secondaryColour)!important;
}

.timeBar
{
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    overflow: hidden;
}

.timePercent
{
    height: 100%;
    background-color: #339933;
    transition-duration: 0.2s;
}

.taskBar
{
    display: flex;
    width: 100%;
    height: 20px;
    border: none;
    border-radius: 5px;

    background-color: #BBBBBB;
    overflow: hidden;
}

.taskPercent
{
    height: 100%;
    background-color: #339933;
    transition-duration: 0.2s;
}

.partialPercent
{
    height: 100%;
    background-color: #af912e;
    transition-duration: 0.2s;
}

.submitPercent
{
    height: 100%;
    background-color: #0e7b9c;
    transition-duration: 0.2s;
}

.overduePercent
{
    height: 100%;
    background-color: #FA6262;
    transition-duration: 0.2s;
}

.timeLabels, .taskLabels
{
    font-size: 14px;
    color: #555555;
}

.completeLabel, .submittedLabel
{
    width: fit-content;
    padding: 3px 6px;
    background-color: #339333;
    color: white;
    border-radius: 5px;
}

.submittedLabel
{
    background-color: #0e7b9c;
}

.timePercent:hover,
.taskPercent:hover,
.partialPercent:hover,
.submitPercent:hover,
.overduePercent:hover
{
    cursor: pointer;
    box-shadow: inset 0px 0px 3px 1px #000000;
}

.notification
{
    width: 100%;
    padding: 5px 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 1px 5px 0px #00000033;
}

.notification strong
{
    font-size: 15px;
}

.notification:hover
{
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #00000066;
}

.module
{
    width: 100%;
    min-height: 30px;
    padding: 5px 5px 5px 10px;
    background-color: #EEEEEE;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 1px 5px 0px #00000033;
}

.module:hover
{
    box-shadow: 0px 1px 5px 0px #00000066;
}

.moduleHeader
{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.moduleTitle
{
    line-height: 30px;
}

.moduleStatus
{
    background-color: #BBBBBB;
    padding: 3px 8px;
    border-radius: 5px;
    color: white;
}

.taskRow
{
    display: flex;
    justify-content: space-between;
}

.taskStatus
{
    background-color: #BBBBBB;
    border-radius: 5px;
    padding: 3px 8px;
    color: white;
}

.taskStatus.submitted, .moduleStatus.submitted
{
    background-color: #0b6ea5;
}

.taskStatus.partial, .moduleStatus.partial
{
    background-color: #af912e;
}

.taskStatus.complete, .moduleStatus.complete
{
    background-color: #339933;
}

.taskStatus.overdue, .moduleStatus.overdue
{
    background-color: #FA6262;
}

.moduleStatus.rejected
{
    background-color: #993333;
}

.taskComplete
{
    background-color: #339933;
}

.boxSelector
{
    display: flex;
    height: 30px;
}

.boxSelectorButton
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #CCCCCC;
    font-weight: 600;
    transition-duration: 0.2s;
    padding: 0px 20px;
}

.boxSelectorButton:first-child
{
    border-radius: 5px 0px 0px 5px;
    border-left: 2px solid #CCCCCC;
    border-right: none;
}

.boxSelectorButton:last-child
{
    border-radius: 0px 5px 5px 0px;
    border-right: 2px solid #CCCCCC;
    border-left: none;
}

.boxSelectorButton:hover
{
    cursor: pointer;
}

.boxSelectorButton.selectorSuccess
{
    border-top: 2px solid #339933;
    border-bottom: 2px solid #339933;
    border-color: #339933;
    color: #339933;
}

.boxSelectorButton.selectorDanger
{
    border-top: 2px solid #993333;
    border-bottom: 2px solid #993333;
    border-color: #993333;
    color: #993333;
}

.boxSelectorButton.active
{
    background-color: #CCCCCC;
}

.boxSelectorButton.selectorSuccess.active
{
    color: #FFFFFF;
    background-color: #339933;
}

.boxSelectorButton.selectorDanger.active
{
    color: #FFFFFF;
    background-color: #993333;
}

.moduleTabs
{
    width: 100%;
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    background-color: #EEEEEE;
    display: flex;
    gap: 5px;
}

.moduleTab
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.moduleTab:hover
{
    cursor: pointer;
    background-color: #E3E3E3;
}

.moduleTab.moduleTabActive
{
    background-color: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #00000033;
}

.rotate
{
    transform: rotate(180deg) !important;
}

.ilp-header-caret
{
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.section-caret
{
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.roundBottom
{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.roundTop
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.flatBottom
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.contentCard
{
    background-color: #FFFFFF;
    border: 1px solid;
    border-color: var(--primaryColour);
}

.containerHeader
{
    background-color: var(--primaryColour);
    color: var(--textColour);
    padding: 10px;
    border-radius: 5px;
}

.contentHeader
{
    background-color: #EEEEEE;
    padding: 10px;
    border-radius: 5px;
}

.hoverRowEffect:hover
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-radius: 5px;
}

.submitted
{
    background-color: #0b6ea5;
}

.partial
{
    background-color: #af912e;
}

.complete
{
    background-color: #339933;
}

.overdue
{
    background-color: #FA6262;
}

.rejected
{
    background-color: #993333;
}

.notif
{
    background-color: #EEEEEE;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 0.5rem;
}

.notif.clickable,
.notif.notifMore
{
    cursor: pointer;
}

.notif:hover
{
    background-color: #cecece;
}

.clearNotif
{
    color: #5e5e5e;
}

.clearNotif:hover
{
    color: #ff4444;
}