﻿.panel {
	padding-top: 3vh;
	padding-left: 3vw;
	padding-right: 3vw;
}

.margin {
	margin: 2vh;
}

.panel-top {
	margin-top: 2vh;
}

.panel-input {
	margin-bottom: 2vh !important;
}

.alert-top {
	position: fixed;
	z-index: 999;
	width: 100%;
	bottom: 0;
}

.always-top {
	position: fixed;
	z-index: 1000;
}

.sometime-top {
	position: fixed;
	z-index: 100;
}

.right {
	right: 0;
}

.bottom {
	bottom: 0;
}

.center {
	top: 49%;
	left: 49%;
}

.fade-screen {
	position: fixed;
	z-index: 500;
	width: 100%;
	height: 100%;
	background: #0000003e;
}

@font-face {
	font-family: wingfoot_sansregular;
	src: url(https://fhq-cdn-theme-east.azureedge.net/theme/0.0.0/fonts/wingfoot/wingfootsans-webfont.eot?#iefix);
	src: url(https://fhq-cdn-theme-east.azureedge.net/theme/0.0.0/fonts/wingfoot/wingfootsans-webfont.eot?#iefix) format("eot"),url(https://fhq-cdn-theme-east.azureedge.net/theme/0.0.0/fonts/wingfoot/wingfootsans-webfont.woff) format("woff"),url(https://fhq-cdn-theme-east.azureedge.net/theme/0.0.0/fonts/wingfoot/wingfootsans-webfont.ttf) format("truetype"),url(https://fhq-cdn-theme-east.azureedge.net/theme/0.0.0/fonts/wingfoot/wingfootsans-webfont.svg#wingfootsans-webfont) format("svg")
}

.txt-yellow {
	color: #fd0;
}

.wf-font {
	font-size: 17px;
	margin: 0 auto;
	padding: 0 10px;
	white-space: nowrap;
	width: auto;
	line-height: 35px;
}

	.wf-font, .wf-font em:before {
		font-family: wingfoot_sansregular;
		-webkit-font-smoothing: antialiased;
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
	}

.fixTableHead {
	overflow-y: auto;
	height: 92%;
}

	.fixTableHead thead th {
		position: sticky;
		top: 0;
	}