﻿.pointsTable td {
    padding-top: 25px !important;
}

@media screen and (min-width: 1024px) {
    .group-ancho-container {
        margin-left: -40px;
    }
    .group-ancho-container {
        position: fixed;
    }
}

@media screen and (max-width: 1024px) {
    .group-ancho-container {
        margin-bottom: 5px;
    }
}

.group-ancho > a {
    max-width: 200px;
}

    .group-ancho  a:hover {
        background-color: #4cae4c !important;
        color: black;
    }

/*#region points for teachers*/
@media screen and (min-width: 767px) {
    .scrollH {

    }
    .scrollH:nth-last-of-type(2) {
        overflow: auto;
    }
}

.absolute-details {
    margin-left: -40px;
    position: absolute;
    margin-top: -30px;
    background-color: gainsboro;
    border-style: solid;
    border-width: 1px;
    border-color: greenyellow;
    border-top-right-radius: 7px;
}

.points {
    border-radius: 10px;
}

.pointsDIV {
    border: 1px solid lightgreen;
    border-top-right-radius: 7px;
    width: 100%;
    min-width: 28px;
    height: 100%;
    min-height: 20px;
}

    .pointsDIV:hover {
        border-color: black !important;
    }

.pointsEdit {
    cursor: pointer;
}

.exercisePointsEdit {
    cursor: pointer;
}

.pointsStudDIV {
    border: 1px solid lightgreen;
    border-top-right-radius: 7px;
    width: 100%;
    min-width: 30px;
}

.pointsIn {
    border: 1px solid lightgreen;
    border-radius: 4px;
    height: 20px;
}

.exercisePointsIn {
    border: 1px solid lightgreen;
    border-radius: 4px;
    height: 20px;
}

.points th {
    width: 50px;
    text-align: center;
}

    .points th:first-child {
        color: lightgray;
        width: 10px;
    }

    /*.points th:nth-child(2) {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }*/

.points .projectTh {
    width: 300px;
}

.points #progressTh {
    width: 200px !important;
}

.points th:last-child {
    width: auto;
}

.points td {
    text-align: center;
}

    .points td:first-child {
        color: lightgray;
    }

    .points td input {
        width: 45px;
        text-align: center;
    }

.labData {
    margin-left: 35px;
}

.editablePoints {
}

.fixedPoints {
    background-color: rgb(245,245,245);
}

.group {
    cursor: pointer;
}

    .group:hover {
        text-decoration: underline;
    }
/*#endregion*/

/*#region points for students*/
.studentPoints th {
    width: 55px;
    text-align: center;
}

.studentPoints td {
    text-align: center;
    vertical-align: middle;
}

.studentPoints th:last-child {
    width: auto;
}
/*#endregion*/

/*#region attendence*/
.attendanceDIV {
    border: 1px solid lightgreen;
    height: 10px;
    width: 17px;
    border-top-right-radius: 7px;
}

    .attendanceDIV:hover {
        border-color: black;
    }

.attendanceEdit {
    cursor: pointer;
}

.attendanceStudDIV {
    border: 1px solid lightgreen;
    height: 10px;
    width: 17px;
    border-top-right-radius: 7px;
}

    .attendanceStudDIV:hover {
        border-color: black;
    }

.PRESENT {
    background-color: transparent;
}

.NOT_PRESENT {
    background-color: red;
}

.JUSTIFIED {
    background-color: orange;
}

.FOLLOW_UP {
    background-color: lightgreen;
}
/*#endregion*/

/*#region progress bar*/
progress {
    background-color: red;
}

.myProgressBar {
    width: 90px;
    height: 15px;
    background-color: transparent;
    border: 1px solid lightgreen;
    border-radius: 5px;
    margin: auto;
}

.myProgress {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 4px;
    color: white;
    font-size: 50%;
    padding: 2px;
}
/*#endregion*/

/*#region project info*/

.proj {
    cursor: pointer;
}

    .proj:hover {
        text-decoration: underline;
    }

.projDesc {
    display: none;
    margin-left: 20px;
    padding: 10px;
}

.projDIV {
    background-color: red;
}
/*#endregion*/

/*#region groups*/
group {
    border: 1px solid lightgreen;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
}

    group:hover {
        border: 1px solid green;
    }

.groupDiv {
    border: 1px solid green;
    border-radius: 4px;
    position: absolute;
    background-color: white;
    margin-top: 5px;
}

.optionDiv {
    cursor: pointer;
    padding: 4px;
}

    .optionDiv:hover {
        background-color: lightgreen;
    }

.defaultOption {
    background-color: #E2F9D1;
}
/*#endregion*/