/* Component styles */
@font-face {
	font-family: 'Blokk';
	src: url('../fonts/blokk/BLOKKRegular.eot');
	src: url('../fonts/blokk/BLOKKRegular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/blokk/BLOKKRegular.woff') format('woff'),
		 url('../fonts/blokk/BLOKKRegular.svg#BLOKKRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'tradegothic_ltregular';
    src: url('../../../webfonts/trade_gothic_lt-webfont.eot');
    src: url('../../../webfonts/trade_gothic_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../webfonts/trade_gothic_lt-webfont.woff') format('woff'),
         url('../../../webfonts/trade_gothic_lt-webfont.ttf') format('truetype'),
         url('../../../webfonts/trade_gothic_lt-webfont.svg#tradegothic_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trade_gothic_lt_stdregular';
    src: url('../../../webfonts/tradegothicltstd-webfont.eot');
    src: url('../../../webfonts/tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../webfonts/tradegothicltstd-webfont.woff') format('woff'),
         url('../../../webfonts/tradegothicltstd-webfont.ttf') format('truetype'),
         url('../../../webfonts/tradegothicltstd-webfont.svg#trade_gothic_lt_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trade_gothic_lt_stdextended';
    src: url('../../../webfonts/tradegothicltstd-extended-webfont.eot');
    src: url('../../../webfonts/tradegothicltstd-extended-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../webfonts/tradegothicltstd-extended-webfont.woff') format('woff'),
         url('../../../webfonts/tradegothicltstd-extended-webfont.ttf') format('truetype'),
         url('../../../webfonts/tradegothicltstd-extended-webfont.svg#trade_gothic_lt_stdextended') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tgbe';
    src: url('../../../webfonts/TradeGothicLT-BoldExtended.eot');
    src: url('../../../webfonts/TradeGothicLT-BoldExtended.eot?#iefix') format('embedded-opentype'),
         url('../../../webfonts/TradeGothicLT-BoldExtended.woff') format('woff'),
         url('../../../webfonts/TradeGothicLT-BoldExtended.ttf') format('truetype'),
         url('../../../webfonts/TradeGothicLT-BoldExtended.svg#TradeGothicLT-BoldExtended') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tge';
    src: url('../../../webfonts/TradeGothicLT-Extended.eot');
    src: url('../../../webfonts/TradeGothicLT-Extended.eot?#iefix') format('embedded-opentype'),
         url('../../../webfonts/TradeGothicLT-Extended.woff') format('woff'),
         url('../../../webfonts/TradeGothicLT-Extended.ttf') format('truetype'),
         url('../../../webfonts/TradeGothicLT-Extended.svg#TradeGothicLT-Extended') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

.oswald_table {font-family: "Oswald", Arial, sans-serif;
	font-weight:400;
	font-size:22px;
	color:#2ea879;
}
table {
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
	font-family: "Oswald", Arial, sans-serif;
}
td {
    padding:15px 10px;
    text-align: center;
	font-weight:400;
	font-size:14px;
}
th {
    padding:10px 5px;
    text-align: center;
	font-weight:700;
	letter-spacing:1px;
	font-size:14px;
	background-color: #555555;
    font-weight: 700;
    color: #fff;
	white-space: nowrap;
	
}
	td.err {
		background-color: #e992b9;
		color: #fff;
		font-size: 0.75em;
		text-align: center;
		line-height: 1;
	}

tbody th {
	background-color: transparent;
	text-align:left;
	padding-left:15px;
	color:#202020;
	
}
tbody a {color:#202020;}
tbody a:hover {color: #F90;}
tbody tr:nth-child(2n-1) {
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	margin: 3em 0;
	width: 100%;
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .125s ease-in-out;
	z-index: 50;
	width: auto; /* Prevent table from stretching to full size */
}
	.sticky-wrap .sticky-thead {
		box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
		z-index: 100;
		width: 100%; /* Force stretch */
	}
	.sticky-wrap .sticky-intersect {
		opacity: 1;
		z-index: 150;

	}
		.sticky-wrap .sticky-intersect th {
			background-color: #666;
			color: #eee;
		}
.sticky-wrap td,
.sticky-wrap th {
	box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
td.user-name {
	text-transform: capitalize;
}
.sticky-wrap.overflow-y {
	overflow-y: auto;
	max-height: 50vh;
}

