$lui-sticky-header-padding: 1em;
$lui-sticky-header-background-primary: transparent;
$lui-sticky-header-background-secondary: transparent;


#lui-sticky-header {
	&.lui-sticky-header-overflow {
		background: transparent !important;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.lui-sticky-header-wrapper {
		position: relative;
		overflow: hidden;
	}

	.lui-sticky-header-fixed {
		position: fixed;
		width: 100%;
		z-index: 91;
	}

	.lui-sticky-header-absolute {
		position: absolute;
		z-index: 90;
	}

	.lui-sticky-header-content {
		padding: $lui-sticky-header-padding;
	}

	.lui-sticky-header-tools {
		float: right;
		height: 0;
	}
	&.lui-is-primary {
		.lui-sticky-header-fixed{
			background: $lui-sticky-header-background-primary;
		}
		.lui-sticky-header-paper{
			background: $lui-sticky-header-background-primary;
		}
		.lui-sticky-header-paper{
			background: $lui-sticky-header-background-primary;
		}
		.lui-sticky-header-absolute{
			background: $lui-sticky-header-background-primary;
		}
	}

	&.lui-is-secondary {
		.lui-sticky-header-fixed{
			background: $lui-sticky-header-background-secondary;
		}
		.lui-sticky-header-paper{
			background: $lui-sticky-header-background-secondary;
		}
		.lui-sticky-header-paper{
			background: $lui-sticky-header-background-secondary;
		}
		.lui-sticky-header-absolute{
			background: $lui-sticky-header-background-secondary;
		}
	}

}
