﻿/* Detail Row Styles */
table.form-table tr.success-row > td {
    background-color: #D8FFD4;
}
table.form-table tr.detail-row {
    visibility: collapse;
    line-height: 0;
    vertical-align: middle;
}
table.form-table tr.detail-row td {
    border-top: 0px;
    font-size: 12px;
    padding: 0;
}
table.form-table tr.detail-row td table {
    margin-bottom: 0;
}
table.form-table tr.detail-row td table tr {
    vertical-align: middle;
}
table.form-table tr.detail-row td.add-padding {
    padding: 0.2em 0.5em 0.2em 2em;
}
table.form-table tr.ce-detail td.add-padding {
    padding: 0.5em;
    background-color: #eee;
}

tr.detail-row > td > table > thead > tr > td {
    font-weight: bold;
    
}
tr.detail-row > td > table {
    font-weight: normal;
    width: 100%;
}
table.form-table tr.detail-row td.add-padding table td {
    border-right: 0;
    border-left: 0;
    padding: 0.5em;
}

.fileuploadContactExtranet {
    width: 130px !important;
    height: 20px !important; 
    padding-top: 1px;
}