@CHARSET "UTF-8";
/* =============================================================== */

/*
 *
 *   Admin - Responsive 
 *   Copyright 2015 pedstestonline.com
 *
*/


/* =============================================================== */
/* FORM
/* =============================================================== */
.form-group.required .required-label:after { 
    color: #d00;
    position: relative;
    margin-left: 3px;
    top: -8px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 8px;
    content: "\f069";
	content: "\f069";
}

#page-wrapper {
    padding-bottom: 20px;
    padding-top: 20px;
}

#mostrecent table thead tr{
    background-color: #e8e4e4;
}

#mostrecent table thead tr th{
    padding: 25px 10px;
}

#mostrecent table th{
    font-size: 14px;
    font-weight: 800;
    color: #4a4a4a;
    text-transform: uppercase;
}

#mostrecent table td{
    vertical-align: middle;
}

#mostrecent table .age-group{
    color: darkgreen;
    font-style: oblique;
}

#mostrecent table .results .spanish{
    background-color: yellow;
}
#mostrecent table .results .unmet{
    color: red;
}

#mostrecent table .submitted-at, #mostrecent table .subject-id-info{
    color: #777676;
    font-style: oblique;
}

#mostrecent table .delete-action{
    text-align: right;
}

#mostrecent .table-bordered {
    border-width: 0;
}