#mapAsset {
    width: 90%;
    /* height: 300px; */
    margin: 25px auto;
    font-size : 10pt;
}

#mapAsset .explanatoryText {
    /* height: 200px; */
}

#mapAsset .formErrors {
    width: 100%;
    margin: 10px 0;
}

#mapAsset .formErrors .formError {
    color: red;
    height: 30px;
}

#bulkUploadTable {
    width: 100%;
    margin: 10px 0 0 0;
}

#dataTable {
    border: 1px solid #000000;
    margin: 0 0 10px 0;
}

#dataTable th {
    text-align: left;
    background-color: #004D95;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 10px;
}

.isApproved{
    color : green;
    cursor : pointer;
}

.notApproved{
    color : red;
    cursor : pointer;
}

.edit, .delete{
    cursor : pointer;
}
