﻿.customOverlay, .customPopup {
    opacity: 1;
    visibility: visible;
    display: none;
}

    .customPopup .md-content {
        opacity: 1;
        visibility: visible;
        display: block;
    }

        .customPopup .md-content div {
            overflow-y: auto;
        }

.customTable {
    width: 100%;
}

    .customTable td {
        padding: 5px;
    }

    .customTable input[type='text'], .customTable textarea {
        width: 90%;
    }

input[type="submit"] {
    margin-left: 5px;
}

.studentGrade {
    background: #1e2b5b;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    padding: 25px;
    color: white;
    text-align: center;
    font-size: 11pt;
    float: right;
}

    .studentGrade .total {
        border-top: solid 1px white;
        width: 45px;
    }


.rlbTemplate {
    cursor: pointer;
}
