.sage-form .scroll-area{
    height: calc(100vh - 104px);
    overflow: hidden;
    position: relative;
    padding: 0px 15px;
}

.sage-form table.items {
    padding: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 100%;
    border-spacing: 0;
    text-align: left;
}
.sage-form table.items th {
    background-color: #c3c5d4;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1px 5px;
    border: solid 1px #6c6f84;
}
.sage-form table.items td {
    padding: 4px 8px;
    border: solid 1px #6c6f84;
    font-size: 12px;
    border-top: none;
}
.sage-form table.items th:not(:last-child),
.sage-form table.items td:not(:last-child) {
    border-right: none;
}

.sage-form button{
    border: none;
    outline: none;
    transition: all .25s ease-in-out;
}
.sage-form button:hover{
    box-shadow: 0 3px 16px rgba(0, 0, 0, .2);
}
.sage-form .md-icon-button+.md-datepicker-input-container {
    margin-left: 0px;
    width: 100%;
}