﻿.fixedHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1001;
}

.fixedFooter {
    display: none;
}

.fixedDefaultFooter {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1001;
}


.gridfixedHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 101;
}
.gridfixedHeaderColumn {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 201;
}

.gridfixedFooter {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 101;
}
.gridfixedFooterColumn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 201;
}

.gridfixedRowColumn {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 100;
}

.appleButton {
    -webkit-appearance: none;
}