

.header-container {
	margin-bottom: 85px;
}

.logo {
	width: 250px;
	height: 335px;
	background-image: url(../images/logo.png);
	background-size: cover;
	position: absolute;
	left: 60px;
	top: 40px;
}
.logo.center {
	width: 150px;
	height: 201px;
	position: static;
	margin: 30px auto 30px auto;
}
.main-menu {
	position: absolute;
	right: 75px;
	top: 90px;
	letter-spacing: 30px;
}
.main-menu.center {
	width: 734px;
	max-width: 98%;
	position: static;
	margin: 20px auto 20px auto;
	text-align: center;
}
.main-menu li {
	display: inline-block;
	border: 1px solid white;
	border-radius: 8px;
	padding: 12px 25px 9px 25px;
	margin-bottom: 22px;
	color: white;
	text-align: center;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1px;
	cursor: pointer;
}
.main-menu li.active {
	background-color: #ffbb2c;
	color: black;
}

/* General text layouts */
h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.section-intro {
	font-size: 22px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 180%;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.section-content-descriptions {
	width: 1100px;
	max-width: 100%;
	margin: 110px auto 20px auto;
	text-align: center;
}
.section-description {
	width: 510px;
	max-width: 92%;
	padding: 10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 45px;
}

h2 {
	font-weight: bold;
}
.section-description h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

/** Table in description **/
.section-table {
	display: table;
	padding-left: 40px;
	max-width: 100%;
}
.section-table .table-row {
	display: table-row;
}
.section-table .table-header {
	display: table-cell;
	width: 90px;
}
.section-table .table-info {
	display: table-cell;
}

/** Footnote **/
ol.footnote {
	list-style-type: decimal;
	padding-left: 80px;
}
.footnote ul {
	list-style-type: square;
	padding-left: 24px;
}

/** Table for upload form **/
.upload-table {
	max-width: 550px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
.upload-table td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.upload-table tr td.first-col {
	text-align: right;
}
.upload-table tr td.right-col {
	text-align: right;
}

/** Notes **/
.notes {
	color: #333;
	font-size: 16px;
	line-height: 150%;
}
.upload-block .notes {
	color: #666;
}

/** Buttons **/
.general-form input[type="submit"]:active, .general-form input[type="button"]:active {
	background-color: #cdcdcd;
}
.general-form input[type="submit"].small, .general-form input[type="button"].small {
	font-size: 15px;
	padding: 3px 13px 2px 13px;
}

/** Upload form **/
.upload-block {
	position: absolute;
	border: 1px solid #aaa;
	top: 2px;
	width: 600px;
	height: auto;
	max-width: 90%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	background-color: #eee;
	padding: 30px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 9999;
}
.upload-block.shown {
	visibility: visible;
	opacity: 1;
}

/** Effects **/
*:not(.non-blur).blur {
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/** For popup dialogs **/
.blocker-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.6);
	display: none;
}
.blocker-background.shown {
	display: block;
}

/** Status **/
.status-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
	border-radius: 11px;
	border: 1px solid white;
	visibility: hidden;
}
.status-icon.ready {
	background-color: rgb(0, 197, 0);
	background-image: url(../images/icon-check-mark-white.png);
	background-size: 90%;
	background-position: center center;
	visibility: visible;
}
.status-icon.warning {
	background-color: rgb(228, 98, 87);
	background-image: url(../images/icon-warning-white.png);
	background-size: 90%;
	background-position: center center;
	visibility: visible;
}

/** alert message **/
.message {
	width: 378px;
	max-width: 90%;
	margin: 10px auto 45px auto;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	border: 2px dashed #aaa;
	border-radius: 6px;
	color: #d74747;
	background-color: #f3f3f3;
}

/** Table for upload form **/
.upload-layout-table {
	max-width: 550px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 18px;
	display: table;
	font-size: 21px;
}
.upload-layout-table > div {
	display: table-row;
}
.upload-layout-table > div > div {
	display: table-cell;
	padding-top: 2px;
	padding-bottom: 3px;
}
.upload-layout-table > div > div:nth-child(2) {
	text-align: right;
	min-width: 110px;
}

/** RWS **/
.hide-by-default {
	width: 1px;
	height: 1px;
	display: none;
}
@media screen and (max-width: 720px) {
	.hide-by-default {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	.section-intro {
		font-size: 18px;
	}
}
@media screen and (max-width: 414px) {
	.section-table {
		padding-left: 5px;
	}
}
@media screen and (max-width: 375px) {
	.upload-layout-table {
		font-size: 18px;
	}
}
@media screen and (max-width: 320px) {
	.section-intro {
		font-size: 16px;
	}
}

