#middleSectionOnePage {
    width: 100%;
    background-color: var(--color-gray-mid);
    display: flex;
    flex-flow: row;
    position: absolute;
    overflow: hidden;
    height: calc(100% - 65px - 75px);
}

#jobListViewOnePage {
    width: calc(50% - 30px);
    height: 100%;
    display: flex;
    margin-left: 6px;
}

#truckViewOnePage {
    margin-left: 6px;
    width: 55px;
    height: 100%;
}

#rightWrapper {
    width: calc(50% - 30px);
    height: 100%;
}

#rightSectionView {
    width: 100%;
    padding-bottom: 12px;
    height: calc(100% - 120px - 12px);
    overflow-y: auto;
}

#rightTopWrapper {
    width: 100%;
    height: 120px;
}

#sectionViewOnePage {
    width: 100%;
    height: 100%;
}