/* Component styles */
/*@font-face {
	font-family: 'Blokk';
	src: url('../fonts/BLOKKRegular.eot');
	src: url('../fonts/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/BLOKKRegular.woff') format('woff'),
		 url('../fonts/BLOKKRegular.svg#BLOKKRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
body {
	color: #333;
	height: 100%;
	line-height: 1.5em;
}
header {
	background-color: #333;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
	box-sizing: border-box;
	color: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 3rem 16.66667%;
	position: relative;
	width: 100%;
	height: 100vh;
	transition: all .25s ease-in-out;
}
	header:before {
		background-image:
			linear-gradient(115deg, rgba(255,255,255,.025) 0%, rgba(255,255,255,.05) 50%, rgba(255,255,255,0) 50%),
			linear-gradient(to left, #1B1464 0%, #00746B 100%);
		content: "";
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transition: all .25s ease-in-out;
	}
	header:hover:before {
		opacity: 1;
	}
	header > div {
		position: relative;
	}
	header h1 {
		font-weight: bold;
		font-size: 4em;
		line-height: 1em;
		margin: 0 0 .5rem 0;
		text-align: center;		
	}
	header .byline {
		color: rgba(255,255,255,.75);
		display: block;
		font-family: Palatino, Georgia, Cambria, "Times New Roman", Times, serif;
		font-size: 1.2em;
		font-style: italic;
		text-align: center;
	}
	header #skip {
		border: none;
		display: block;
		position: absolute;
		bottom: 1.5rem;
		left: 0;
		right: 0;
		height: 1.5rem;
	}
		header #skip svg {
			display: block;
			margin: 0 auto;
			width: 3rem;
			height: 1.5rem;
		}
		header #skip svg path {
			fill: rgba(255,255,255,.75);
		}
footer {
	background-color: #333;
	box-sizing: border-box;
	color: #eee;
	padding: .5rem 16.66667%;
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
h3 {
	margin: 3rem 0 0 0;
}
	h3:first-of-type {
		margin-top: 0;
	}
hr {
	border: none;
	border-top: .125rem solid #ddd;
	margin-bottom: 1.375rem;
}
a {
	border-bottom: 2px solid #333;
	color: #333;
	text-decoration: none;
	transition: all .125s ease-in-out;
}
	a:hover {
		border-bottom-color: #F7941D;
		color: #F7941D;
	}
ul {
	margin-top: -.75rem;
}
pre {
	display: block;
	width: 100%;
}
code {
	background-color: rgba(0,0,0,.125);
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 4px;
	display: inline-block;
	margin: 0 .125rem;
	padding: 0 .25rem;
}
	pre code{
		display: block;
		padding: .5rem 1rem;
	}
p {
	margin-bottom: 1.5rem;
}
	p:last-child {
		margin: 0;
	}
.filler {
	color: #999;
	font-family: "Blokk", Arial, sans-serif;
}
.message {
	background-color: #eee;
	border: none;
	border-radius: .5rem;
	color: #333;
	display: block;
	padding: 1.5rem;
	text-align: center;
}
	.message:hover {
		background-color: #F7941D;
		color: #eee;
	}
	.message svg {
		background-color: #666;
		border-radius: 50%;
		margin-bottom: 1rem;
		width: 5rem;
		height: 5rem;
		transition: all .125s ease-in-out;
	}
	.message:hover svg {
		background-color: #eee;
	}
	.message svg path {
		fill: #eee;
		transition: fill .125s ease-in-out;
	}
	.message:hover svg path {
		fill: #F7941D;
	}*/
		

/* Main */
/*main {
	margin: 0 16.66667%;
}
main section {
	border-bottom 1px solid #ccc;
	margin-bottom: 3rem;
}*/

/* Tables */
.sticky-wrap table {
    border-collapse: collapse;
    margin-bottom: 3rem;
    width: 100%;
    background: #fff;
}
.sticky-wrap td, th {
    padding: 0.75rem 1.5rem;
    text-align: left;
}
.sticky-wrap th {
    background-color: #777;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 100%);
    font-family: "Montserrat", Arial, sans-serif;
    /*font-weight: bold;*/
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.sticky-wrap thead a {
	border: none;
    color: #fff !important
}
.sticky-wrap thead a:hover {
    color: #fff !important
}
.sticky-wrap tbody th {
    color: inherit !important;
    text-align: left;
}
.sticky-wrap tbody th {
	background-color: #777;
	background-image: inherit;
    background-color: #fff;
}
.sticky-wrap tbody tr:nth-child(2n-1) {
    background-color: #eee;
    transition: all .125s ease-in-out;
}
.sticky-wrap tbody tr:nth-child(2n-1) th {
	#background-image: linear-gradient(to left, rgba(0,0,0,.125) 0%, rgba(0,0,0,.25) 100%);
    background-color: #eee;
}
.sticky-wrap tbody tr:hover {
    background-color: #ccc;
}
.sticky-wrap tbody img {
	border-radius: 50%;
	display: block;
	width: 4rem;
	height: 4rem;
}
.user-name,
.user-firstName,
.user-lastName,
.user-location {
	text-transform: capitalize;
}

/* Section toggle */
.sticky-wrap .toggle {
	background-color: #666;
	border: none;
	color: #ddd;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 1rem;
	padding: .25rem .5rem;
	text-transform: none;
}
	.sticky-wrap .toggle:hover {
		color: #fff;
	}

/* Basic table */
#basic .toggle,
#basic th {
	background-color: #9E0039;
}
#basic tbody tr:hover {
	background-color: rgba(245,152,157,.25);
}

/* Basic sort table */
#basic-sort .toggle,
#basic-sort th {
	background-color: #A36209;
}
#basic-sort tbody tr:hover {
	background-color: rgba(253,198,137,.25);
}

/* Biaxial table */
#biaxial .toggle,
#biaxial .bx1 th {
	background-color: #1A7B30;
}
#biaxial .bx1 tbody tr:hover {
	background-color: rgba(163,211,156,.5);
}

#biaxial .bx2 thead th,
#biaxial .bx2 tbody th {
	background-color: #ccc;
	background-image: none;
	color: #333;
}
	#biaxial .bx2 tbody tr:nth-child(2n-1) th {
		background-color: #b9b9b9;
	}
#biaxial .bx2 img {
	margin: 0 auto .5rem;
}
#biaxial .user-location {
	white-space: nowrap;
}

/* Final */
#final .sticky-wrap {
	overflow-x: auto;
	overflow-y: auto;
	max-height: 75vh;
}
#final .toggle {
	background-color: #004B80;
}

/* Media queries, unrelated to functionality of StickySort */
@media only screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
	header,
	#final .sticky-wrap {
		max-height: 25rem;
	}
}