.view[name='acquisition'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.view[name='acquisition'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
}
.view[name='acquisition'] > .header > .side:first-child > .button {
    padding: 24px;
}
.view[name='acquisition'] > .header > .side:first-child > .button > img {
    display: block;
    height: 16px;
}
.view[name='acquisition'] > .header > .center {
    display: inline-block;
    height: 100%;
    text-align: center;
}
.view[name='acquisition'] > .header > .center > div {
    font-size: 18px;
    font-weight: bold;
    padding-top: 18px;
}
.view[name='acquisition'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 24px;
    overflow-y: auto;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field:not([key='messages']):not([key='calls']):not([key='operations']),
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field.empty {
    padding: 16px 24px;
}
/* fix div inline-block space problem */
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field.empty {
    font-size: 0;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field > label {
    width: 35%;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .title,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .title,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .title {
    padding: 8px 24px;
    font-size: 12px;
    font-weight: 600;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .tableWrapper,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .tableWrapper,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper {
    padding: 16px 24px 12px 24px;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .tableWrapper > table,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .tableWrapper > table,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper > table {
    border-collapse: collapse;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .tableWrapper > table > thead > tr > th,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .tableWrapper > table > thead > tr > th,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper > table > thead > tr > th {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 4px;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .tableWrapper > table > thead > tr > th,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .tableWrapper > table > thead > tr > th {
    width: 50%;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper > table > thead > tr > th:first-child,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper > table > thead > tr > th:last-child {
    width: 20%;
}
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='messages'] > .tableWrapper > table > tbody > tr > td > input,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='calls'] > .tableWrapper > table > tbody > tr > td > input,
.view[name='acquisition'] > .content > .formWrapper > .fForm > .fields > .field[key='operations'] > .tableWrapper > table > tbody > tr > td > input {
    font-size: 11px;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
}