﻿.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border-bottom: dotted 1px #c1c1c1;
        color: #717171;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        vertical-align: bottom;
    }

    .mGrid .alt {
        background: #efefef;
    }

    .mGrid .pgr {
        background: #424242;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            font-weight: normal;
            color: #fff;
            line-height: 12px;
        }

    .mGrid a {
        text-decoration: none;
    }

    .mGrid .pgr a {
        color: #999999;
        text-decoration: none;
    }

        .mGrid .pgr a:hover {
            color: #ff7e28;
            text-decoration: none;
        }

.GridHeaderStyle a {
    color: #ffffff;
}

.radioButtonList {
    margin-bottom: 50px;
    width: 800px;
}

    .radioButtonList tb input[type=radio] {
        padding: 20px;
        cursor: pointer;
    }

    .radioButtonList td label {
        position: absolute;
        top: 100%;
        padding-top: 15px;
        transform: translateX(-100%);
        cursor: pointer;
    }

    .radioButtonList td {
        position: relative;
    }

.boxItem {
    background-color: white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 0;
    padding: 15px;
}

    .boxItem > div {
        margin: 15px 0;
    }

    .boxItem input[type=text] {
        width: 250px;
        font-size: 16px;
        padding: 3px;
    }

    .boxItem textarea {
        font-size: 16px;
        padding: 3px;
    }

.studentTable {
    width: 100%;
}

    .studentTable td {
        padding-bottom: 15px;
    }
