@import "../ui.vars.less";

.sticky-header {
    position: fixed;
    z-index:999;
    padding: 14px;
	@media screen and (max-width: 450px) {
		padding: 8px;
	}
	border-bottom: solid 1px @appLightGray;
	background-color: @appWhite; 
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
	top: 0px!important;
	left: 0px!important;
	width: 100%!important;
    height: auto !important;
    display: block;
}
