﻿/* 00. FONTS */
/* ---------------------------------------------------------------------- */
@font-face {
    font-family: 'Replica';
    src: url('fonts/lineto-replica-pro-light-c.eot');
    src: url('fonts/lineto-replica-pro-light-c.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-pro-light-c.woff') format('woff'),
         url('fonts/lineto-replica-pro-light-c.ttf') format('truetype'),
         url('fonts/lineto-replica-pro-light-c.svg#replica-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Replica';
    src: url('fonts/lineto-replica-pro-regular-c.eot');
    src: url('fonts/lineto-replica-pro-regular-c.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-pro-regular-c.woff') format('woff'),
         url('fonts/lineto-replica-pro-regular-c.ttf') format('truetype'),
         url('fonts/lineto-replica-pro-regular-c.svg#replica-regular') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Replica';
    src: url('fonts/lineto-replica-pro-bold-c.eot');
    src: url('fonts/lineto-replica-pro-bold-c.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-pro-bold-c.woff') format('woff'),
         url('fonts/lineto-replica-pro-bold-c.ttf') format('truetype'),
         url('fonts/lineto-replica-pro-bold-c.svg#replica-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Replica';
    src: url('fonts/lineto-replica-pro-lightitalic-c.eot');
    src: url('fonts/lineto-replica-pro-lightitalic-c.eot?#iefix') format('embedded-opentype'),
         url('fonts/lineto-replica-pro-lightitalic-c.woff') format('woff'),
         url('fonts/lineto-replica-pro-lightitalic-c.ttf') format('truetype'),
         url('fonts/lineto-replica-pro-lightitalic-c.svg#replica-light-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


/* 01. EVERYTHING ELSE */
/* ---------------------------------------------------------------------- */
*, html {
	margin: 0;
	padding: 0;
}
html {
	background: #fff;
}
body {
	font-family: 'Replica', Arial, sans-serif;
	background: #fff;
	text-align: left;
	padding: 0;
	color: #000;
	font-size: 1em;
}
p {
	margin-top: 1em;
}
a,
a:link {
	text-decoration: none; 
	color: #2C9ADC;
	transition: color 100ms;
}
a:visited {
	text-decoration: none; 
	color: #004874; 
}
a:focus,
a:hover,
a:active {
	text-decoration: none; 
	color: #2A9E47; 
}
table td:nth-child(2){
	min-width: 250px;
}
table table {
	width: auto;
}
table table td:nth-child(2){
	min-width: inherit;
}
.filter {
	width: 100%;
	padding: 0;
}
.filter td {
	padding: 10px 0 9px 0;
	border-bottom: 1px solid #D6D6D6;
}
.filter select {
	margin-left: 1em;
}
.filter #SearchButton {
	margin-right: 1em;
}
table.downloads-table {
	width: 100%;
	border: none;
}
.downloads-table td, .downloads-table th {
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 10px 9px 0;
	border-bottom: 1px solid #D6D6D6;
}
.downloads-table td:nth-child(1) {
	white-space: nowrap;
}
.downloads-table td b:before {
	content: ' ';
}
.downloads-table table a, .downloads-table th a {
	background: none;
	padding-left: 0;
}
.downloads-table table td {
	border: none;
}
.downloads-table table span, .downloads-table table a {
	display: block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	background: #eee;
	border-radius: 25px;
}
.downloads-table table span {
	background: #333132;
	color: #fff;
	font-weight: bold;
}
.hiddencol {
	display: none;
}

