﻿a.tableLink {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
#aom_cm_students_wrapper .dataTables_length {
    width: 100%;
}

.add-new-cm-form .field-body, .add-new-student-form .field-body {
    margin-bottom: 20px;
}

.upload-control {
    width: 100%;
    padding: 15px;
    background: #FAFAFA;
    border-radius: 4px;
    border: 2px solid #CCC;
    margin-bottom: 20px;
}

    .upload-control input[type=text] {
        height: 36px;
        padding-left: 10px;
        width: 100%;
    }

.upload-container {
    overflow: hidden;
    position: relative;
    background: #222;
    border-radius: .25em;
    float: right;
    padding: .3em;
    margin-top: -36px;
    border: 1px solid #CCC;
    text-transform: capitalize;
    color: #FFF;
    font-weight: 700;
}

    .upload-container [type=file] {
        cursor: inherit;
        display: block;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

    .upload-container [type=file] {
        cursor: pointer;
    }