@font-face {
    font-family: FoundrySterlingBook;
    src: url("../fonts/FOSTBOOK.otf");
}

@font-face {
    font-family: FoundrySterlingBold;
    src: url("../fonts/FOSTBOLD.otf");
}

@font-face {
    font-family: FoundrySterlingDemi;
    src: url("../fonts/FOSTDEMI.otf");
}

html, body {
	font-family: "FoundrySterlingBook","Rajdhani","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
}

#pageOuter {
	min-height: 100%;
	width: 100%;
	position: relative;
}

header {
	background-color: #002D59;
	width: 100%;
	height: 134px;
	border-bottom: 0;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 10;
}

nav {
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
	width: 1200px;
	text-align: right;
	line-height: 69px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
	box-sizing: border-box;
}

nav div {
    display: block;
    width: 135px;
    height: 87px;
    position: absolute;
    left: 0px;
	top: -17px;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display: inline;
	margin: 0;
	padding: 0 20px;
	position: relative;
}

nav li:last-child {
	padding: 0 0 0 20px;
}

nav ul a, nav ul a:visited {
	text-decoration: none;
	color: #FFF;
}

nav ul a:hover {
	color: #C8102E;
}

#admin_menu li {
	display: block !important;
	height: 30px !important;
	padding: 0px !important;
	top: 20px;
}

#admin_menu div {
	top: 24px !important;
}

#admin_menu li a {
	position: relative;
	top: -20px;
}
main {
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 184px 0 320px 0;
	box-sizing: border-box;
	text-align: center;
}

footer {
	background-color: #002D59;
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 0;
	border: 0;
	box-sizing: border-box;
	z-index: 10;
}

footer section {
	font-size: 20px;
	text-align: center;
	color: #FFF;
	width: 1200px;
	line-height: 20px;
	margin: 0 auto;
	/*padding: 20px 50px 0 50px;*/
	padding: 20px 0px 0 0px;
	box-sizing: border-box;
}

footer section img {
	margin: 30px 0px;
}

footer div {
	border-top: 2px solid #C8102E;
	border-bottom: 2px solid #C8102E;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	margin-top: 20px;
	box-sizing: border-box;
}

footer p {
	display: inline;
	margin: 0px 0px;
}

footer p:not(:first-child):before {
	content: " \00b7\00a0";
}

h1 {
	text-align: center;
	/*text-transform: uppercase;*/
	clear: both;
	font-size: 25px;
	margin: 0px auto 20px auto;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	width: 1200px;
	border-bottom: 1px solid #002D59;
	font-family: "FoundrySterlingDemi","Rajdhani","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px auto 20px auto;
	padding: 10px;
	clear: both;
	box-sizing: border-box;
}

h4 {
	text-transform: uppercase;
	margin: 0;
}

.bannerImage {
	width: 1200px;
	height: 290px;
	background-image: url("../images/HC_Container_IMG_0641.jpg");
	background-size: 1200px 769px;
    background-repeat: no-repeat;
	background-position: 0px -180px;
	position: relative;
	z-index: 5;
}

#userInfo {
	background-color: #002D59;
	color: #FFF;
	padding: 30px;
	text-align: left;
	position: absolute;
	top: 75px; /* 120 */
	left: -359px;
	width: 500px;
	height: 182px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
}

#userInfo p:after {
content: "";
display: table;
clear: both;
}

#userInfo p {
	margin: 0;
	line-height: 18px;
}

#userInfo h4 {
	line-height: 18px;
}

#userInfo h4:nth-child(1) {
	position: absolute;
	top: 30px;
	left: 30px;
}

#userInfo p:nth-child(2) {
	position: absolute;
	top: 30px;
	left: 90px;
}

#userInfo h4:nth-child(3) {
	position: absolute;
	top: 30px;
	left: 230px;
}

#userInfo p:nth-child(4) {
	position: absolute;
	top: 30px;
	left: 285px;
}

#userInfo h4:nth-child(5) {
	margin-top: 40px;
}

#userInfo a {
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	margin: 20px 0;
	display: block;
	padding: 5px 25px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	width: fit-content;
	width: -moz-fit-content;
	block-size: fit-content;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

#userInfo a:hover {
	background-color: #C8102E;
	text-decoration: none;
}

.contentBorder {
	width: 80%;
	padding: 50px;
	text-align: center;
	margin: 0 auto;
}

#login_box {
	width: 440px;
	color: #FFF;
	background-color: #002D59;
	padding: 30px 18px;
	margin: 30px auto;
	text-align: left;
}

#login_box h1 {
	color: #FFF;
	margin: 10px auto;
	font-size: 20px;
	font-weight: normal;
}

#login_box input {
	width: 100%;
	margin-bottom: 5px;
}

#login_box input[type="submit"] {
	border: 1px solid #FFF;
	width: 90px;
	margin: 10px auto;
	display: block;
	padding: 5px 25px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

input[type="text"], input[type="password"] {
	border: 1px solid #002D59;
	padding: 5px 10px;
	font-size: 16px;
	color: #000;
	box-sizing: border-box;
	line-height: 18px;
}

input[type="submit"], .dgnbButton, input[type="button"] {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0;
	background-color: #002D59;
	color: #FFF;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-family: "FoundrySterlingBook","Rajdhani","Helvetica Neue",Helvetica,Arial,sans-serif;
}

input[type="submit"]:hover, .dgnbButton:hover {
	background-color: #C8102E; /* 0098D8 */
}

#forgot_pass {
	color: #333;
	text-decoration: none;
}

#forgot_pass:hover {
	font-weight: bold;
}

/*input[type="file"] {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border: 0;
	background-color: #002D59;
	color: #FFF;
	padding: 2px 5px;
	font-size: 14px;
	line-height: 14px;
	font-family: "FoundrySterlingBook","Rajdhani","Helvetica Neue",Helvetica,Arial,sans-serif;
}*/

#DGNBButtonsOuter {
	background-color: #002D59;
	overflow: auto;
	padding: 30px 0px;
}

#DGNBButtonsOuter a {
	color: #FFF;
	text-transform: uppercase;
	width: 45%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 16px;
	padding-left: 120px;
	
	background-image: url("../images/Pil.png");
    background-repeat: no-repeat;
	background-position: 90px 10px;
	
	box-sizing: border-box;
	
	float: left;
}

#DGNBButtonsOuter a:hover {
	/*background-color: #FFF;*/
	color: #FFF;
	font-weight: bold;
}

.dgnbButton {
	margin: 10px 20px;
	float: left;
	font-size: 25px;
	text-decoration: none;
	line-height: 25px;
}

.DGNBButtons {
	overflow: auto;
	clear: both;
}

.DGNBFiles, .DGNBFiles2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.DGNBFiles, .DGNBFiles2 {
	width: 1200px; /* 140+ margin each (1020) 180+ margin each (1050) */
}

.DGNBFile, .DGNBFile2 {
	color: #000;
	box-sizing: border-box;
	float: left;
	flex-grow: 1;
	width: 220px;
	max-width: 220px;
	flex-basis: 220px;
	margin: 10px;
}

.DGNBFile {
	margin: 20px 10px;
}

.DGNBFile2 {
	margin: 10px;
}

.DGNBFile div:nth-child(1), .DGNBFile2 div:nth-child(1) {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: right;
	word-spacing: 15px;
}

.DGNBFile div:nth-child(2) {
	width: 220px;
	height: 310px;
	text-align: right;
}

.DGNBFile2 div:nth-child(2) {
	width: 220px;
	height: 220px;
	text-align: right;
}

.DGNBFile div:nth-child(3) {
	padding: 10px 0px;
	font-weight: bold;
	width: 220px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.DGNBFile div:nth-child(2) img {
	width: 220px;
	height: 310px;
}

.DGNBFile2 div:nth-child(2) img {
	width: 220px;
	height: 220px;
}

table {
	width: 100%;
}

table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}

td {
	padding: 3px 10px;
}

.DGNBStatus1 {
	background-color: #FFF;
}

.DGNBStatus2 {
	background-color: #0098D8;
}

.DGNBStatus3, .DGNBStatus3 a {
	background-color: #002D59;
	color: #FFF;
}

.DGNBStatus4 {
	background-color: #C8102E;
}

.slet_sag {
	color: #FF0000 !important;
	text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
	nav {
		width: 900px;
	}
	
	main {
		width: 900px;
	}
	
	footer section {
		width: 900px;
	}
	
	h2 {
		width: 900px;
	}
	
	.DGNBFiles, .DGNBFiles2 {
		width: 900px; /* 140+ margin each (680) 180+ margin each (840) */
	}
	
	.DGNBFile {
		margin: 20px 40px;
	}

	.DGNBFile2 {
		margin: 40px;
	}
	
	.bannerImage {
		width: 900px;
		height: 220px;
		background-size: 900px 577px;
		background-position: 0px -140px;
	}
	
	#DGNBButtonsOuter a {
		width: 50%;
	}
}

@media only screen and (max-width: 900px) {
	html {
		zoom: 0.8;
	}
	
	body {
		margin: 0;
		background-color: #002D59;
	}
	
	#pageOuter {
		min-width: 480px;
		width: 100%;
		margin: 0 auto;
	}
	
	header {
		min-width: 480px;
		width: 100%;
	}
	
	nav {
		width: 480px;
		padding: 0;
	}
	
	nav div {
		left: 5px;
	}
	
	nav li {
		padding: 0 5px;
	}
	
	nav li:last-child {
		padding: 0 5px;
	}
	
	main {
		background-color: #FFF;
		min-width: 480px;
		width: 100%;
		padding: 184px 0 340px 0;
	}
	
	.contentBorder {
		width: 480px;
		padding: 20px;
		box-sizing: border-box;
	}
	
	footer {
		height: 320px;
		max-height: 320px;
	}
	
	footer section {
		width: 480px;
	}
	
	footer section div {
		padding: 20px 50px;
	}
		
	h2 {
		width: 480px;
	}
	
	.bannerImage {
		width: 480px;
		height: 167px;
		background-size: 698px 446px;
		background-position: 0px -100px;
		margin: 0 auto;
	}
	
	.DGNBFiles, .DGNBFiles2 {
		width: 480px; /* 140+ margin each (340) 180+ margin each (420) */
	}
	
	.DGNBFile {
		margin: 20px 10px;
	}

	.DGNBFile2 {
		margin: 10px;
	}
	
	footer p:nth-child(even)::before {
		content: " \00b7\00a0" !important;
	}
	
	footer p:nth-child(odd)::before {
		content: " " !important;
	}
	
	#DGNBButtonsOuter {
		width: 480px;
		margin: 0 auto;
	}
	
	#DGNBButtonsOuter a {
		float: none;
		width: 100%;
	}
}