/* ========================================================================== Edit Screen --- Used for edit pages within APEX ========================================================================== */
.a-EditScreen { padding-bottom: 70vh; }

.a-EditScreen-header { background-color: #F8F8F8; transition: background-color .2s; }

.a-EditScreen-header.is-fixed { -webkit-transform: translate3d(0, 0, 0); background-color: rgba(248, 248, 248, 0.98); position: fixed; top: 0; left: 0; right: 200px; z-index: 800; }

.a-EditScreen-header.is-fixed:after { content: ''; background-image: linear-gradient(#FFF, rgba(255, 255, 255, 0)); background-size: 100% 12px; background-repeat: no-repeat; height: 12px; width: 100%; position: absolute; }

.a-EditScreen-body { padding: 8px 0; }

.a-EditScreen-body .a-Form-labelContainer { width: 256px; }

.a-EditScreen-body .a-List--templateOptions .a-Form-labelContainer { width: auto; min-width: 96px; }
