/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 21, 2025, 11:10:25 AM
    Author     : jcoch
*/
#systemMessageDiv{
    width: 100%;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    padding: 5px 5px 5px 5px;
    min-height: 24px;

}

body{
    font-family: "Poppins", sans-serif;
}
#studentPortal{
    width: 98%;
    margin: auto;
    border: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#splitPanel{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#splitPanel > div{
    flex: 1 1 200px;
    border: 1px solid black;
}
#splitPanel > div > div{

    padding: 0 2px 0 2px;
}

#splitPanel h2{
    text-align: center;
}
#splitPanel p{
    margin-left: 5px;
}
#title b{
    color: rgba(20, 176, 217, 1);
}


#title h1{
    margin-bottom: 0;
    margin-top: 0;
}
#title h2{
    margin-top: 0;
}

.boldText{
    font-weight: 600;
}
.statusText{
    margin-left: 12px;
    font-size: large;
    font-weight: 500;
}

#practiceQuizzes{
    padding-left: 5px;
}

#practiceQuizzes a{
    padding: 3px 5px 3px 5px;
    border: 1px solid black;
    color: blue;
    text-decoration: none;
}
.launchQuizButton{
    font-size: large;
    background-color: white;
    color: blue;
    border: 1px solid black;
    padding: 3px 15px 3px 15px;
    margin: 5px;
    cursor: pointer;
}

.hiddenDiv{
    display: none;
}
.modalMax{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;

}
.loadProgramButton{
    background-color: black;
    color: white;
    border-radius: 0;
    margin-left: 5px;
}
#closeQuizPortal{
    position: fixed;
    bottom: 20px;
    right: 100px;
    padding: 10px 20px 10px 20px;
    color: white;
    background-color: black;
    font-variant: small-caps;
    border-radius: 0px;
}
.quizStats{
    padding: 3px;
}
.quizStats > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.quizStats > div > div{
    padding: 2px;
    margin-left: 6px;
}
.quizBox{
    padding: 0px 0px 2px 2px;
    border: 1px solid black;
    margin-bottom: 5px;
}
.statusText{
    margin: 15px;
    text-align:justify;
}
.moreInfoQ{
    margin-left: 3px;
    margin-bottom: 5px;
    color: blue;
    cursor: pointer;

}
.launchAssess{
    border-radius: 0px;
    background-color: rgba(20, 176, 217, 1);
    color: white;
    text-shadow: 1px 1px black;
    padding: 3px 7px 3px 7px;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
#ProgramPanel{
    display: flex;
    flex-wrap: wrap;
}
#ProgramPanel > div{

    padding: 5px;
    border: 1px solid black;
}
#ProgramPanel > div > div{

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}
#currentProgramList{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#currentProgramList > div{
    margin-left: 3px;
    margin-right: 3px;
}
#closeProgList{
    text-decoration: underline;
    background-color: white;
    border: none;
    cursor: pointer;
}
.assessDiv{
    display: inline;
    padding: 3px;
    margin-left: 3px;
}
.assessDiv span{
    font-size: small;
}
.minimizeDiv{
    height: 30px;
    overflow: hidden;
}
#messagingDiv > div{
    display: flex;
    flex-direction: column;

}
.messageRow{
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 2px;
    border: 1px solid black;
    margin-top: 15px;
}
.addNewComment{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.programMessageThread{
    border: 1px solid black;
    margin-bottom: 20px;
    padding: 10px 5px 10px 5px;
}
.instructorResponse{
    width: 90%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.instructorResponse > div{
    min-width: 100px;
    width: 60%;
    color: rgba(0,0,125, 1);
}
.studentResponse{
    width: 90%;
    display: flex;
    justify-content: flex-start;

}
.studentResponse > div{
    min-width: 100px;
    width: 60%;
    color: rgba(0, 125, 0, 1);

}

.videoLinkButton{
    border: 3px solid black;
    background: rgba(255,255,255,0);
    padding: 5px;
    text-decoration: underline;
    cursor: pointer;
    font-size: x-large;
}

#videoDiv{
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.videoOverlay{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
}

.videoOverlay > div{
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.videoFrameWrap{
    width: 80%;
    min-width: 300px;
    min-height: 200px;
}

.coursePanel{
    background-color: rgba(242,242,242,0.1);
}

.menuTabButton{
    cursor: pointer;
}

#menuTabs{
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 5px;
}

#menuTabs > div{
    margin-left: 3px;
    margin-right: 3px;
}

#menuTabs button{
    background-color: black;
    color: white;
    border-radius: 0px;
    font-variant: small-caps;
    padding: 2px 6px 2px 6px;
}



