﻿/*--------------------------------------------------------------*
/*Assignmnents*/


.ui-listview > li .NoticeWrapper,
.ui-listview > li .NoticeWrapper p {
    white-space: normal;
    font-size: 1rem !important;
}


dd.assignmentcontent {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #1c495e;
    border-right: 1px solid #1c495e;
    border-bottom: 1px solid #1c495e;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}






.newrows {
    padding: 1px 2px 1px 2px;
    font-weight: bold;
    font-size: 1em;
    min-width: 30px;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
    text-align: center;
}

    .newrows.s1 { /*pending*/
        background-color: #FFCC55;
        color: white;
    }

        .newrows.s1.due { /*pending*/
            background-color: #ff8800;
            color: white;
        }



    .newrows.s3 { /*excused*/
        background-color: #eeeeee;
        color: #cccccc;
    }

    .newrows.s4 { /*completed late*/
        background-color: #ffff00;
        color: black;
    }

    .newrows.s5, .newrows.s6 { /*overdue*/
        background-color: #DC143C;
        color: white;
    }

    .newrows.s7 { /*feedback*/
        background-color: #CB3398;
        color: white;
    }

    .newrows.s8 { /*new*/
        background-color: #0066CB;
        color: white;
    }



    .newrows.s9 { /*submission in classpending*/
        background-color: #FFCC55;
        color: white;
    }

        .newrows.s9.due { /*pending*/
            background-color: #ff8800;
            color: white;
        }

    .newrows.s10 { /*future*/
        background-color: #eee;
        color: #444;
    }
