@media only screen and (max-width: 47.9375em) {
    /* Force table to not be like tables anymore */
    
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }
    .no-more-tables tr {
        margin-top: 10px;
    }
    .no-more-tables thead th,
    .no-more-tables thead td {
        display: none;
    }
    .no-more-tables tr {
        border: 1px solid #ccc;
    }
    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .no-more-tables td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .no-more-tables .form-group {
        margin-bottom: 0;
    }
    table.cf .form-group label + span {
        font-size: 16px;
    }
    table.cf a.sortLink:focus,
    table.cf a.sortLink {
        text-decoration: none !important;
    }
    .dataCell {
        font-size: 16px;
        font-weight: normal;
        color: #465b92;
        padding-right: 5px;
    }
    .no-more-tables thead td {
        background-color: #f0f3fd;
    }
    .no-more-tables thead.cf tr:first-child {
        border: 0;
    }
    .noRecordsMessage {
        color: red;
        text-align: center;
    }
    .ubc-grid-page-number-total {
        width: 100%;
    }
}


.ubc-clear-screen-block { display: none; }

body.waiting .ubc-clear-screen-block {
    -ms-opacity: .30;
    background-color: black;
    display: block;
    filter: Alpha(Opacity=30);
    opacity: .30;
}

.alert-success li {
    color: #3c763d;
    font-weight: bold;
}
.alert-info li {
    color: #31708f;
    font-weight: bold;
}
.alert-warning li {
    color: #8a6d3b;
    font-weight: bold;
}
.alert-danger li {
    color: #a94442;
    font-weight: bold;
}
.table-responsive {
    overflow: visible;
}

/********************************* Highlight Fields (soft required) **********************************************/
.DataElement.Important:before {
    color: #395bf1;
    content: "\2a";
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    margin-right: -2px;
    position: relative;

}
.DataElement.Important.required:before {
    content: "";
}
/********************************* END Highlight Fields (soft required) **********************************************/

/********************************* 5 Column Bootstrap layout **********************************************/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/********************************* END 5 Column Bootstrap layout **********************************************/