@CHARSET "UTF-8";

html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}



div#navigation {
	position: relative;
	width: 200px;
	padding: 5px;
	margin: 5px;
	float: left;
}

div#header {
	height: 92px;
	margin-top: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-align: left;
	background-image: url('/images/copyright_bck.png'), url('/images/title_background.png');
	background-position: right top, left top;
	background-repeat: no-repeat, repeat;
	background-attachment: fixed, fixed;
}

@media (min-width: 768px) {
	div#header {
		margin-left: calc(50% - 768px / 2 - 66px);
		width: calc(100% - (50% - 768px / 2 - 66px));
	}
}
@media (min-width: 992px) {
	div#header {
		margin-left: calc(50% - 970px / 2 - 66px);
		width: calc(100% - (50% - 970px / 2 - 66px));
	}
}
@media (min-width: 1200px) {
	div#header {
		margin-left: calc(50% - 1170px / 2 - 66px);
		width: calc(100% - (50% - 1170px / 2 - 66px));
	}
}

div#content {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 100%;
	height: calc(100% - 190px);
	overflow: scroll;
	overflow-x: hidden;
}



div#header img#header-logo {
	border: 0;
}

/* bootstrap modifications */
.container-fluid {
	padding: 0;
}

/* 1.1. HEADER MENU */
ul#nav-box {
	position: absolute;
	right: 110px;
	top: 10px;
	width: 200px;
	height: 40px;
	list-style-type: none;
	padding: 4px 0px 0 0;
	border: 0;
	margin: 0;
}

ul#nav-box li {
	position: relative;
	display: inline;
	/* float: left; */
	padding: 0 4px 0 4px;
	margin-left: 10px;
}

ul#nav-box li i.fa {
	color: #ffffff;
	/* font-size: 18pt; */
}
/* 4. OVERLAY */

div#viewer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.5);
}

div#viewerControls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 92px;
}

div#viewerControlsBox {
	float: right;
	margin: 10px;
}

i#closeIcon {
	top: 15px;
	right: 15px;
	color: rgba(255, 255, 255, 1);
	/*font-size: 2em;*/
}

div#viewerContent {
	position: absolute;
	left: 0px;
	top: 92px;
	width: 100%;
	height: calc(100% - 93px);
}

iframe.pdfFrame {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

div.imageFrame {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #999999;
}

div.imageFrame img {
	margin-top: 20px;
}


table.archive-table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	width: 80%;
}

table.archive-table th, table.archive-table td.archive-table-label {
	text-align: left;
	/* background-color: #315ab5; */
	background-color: #888888;
	color: #ffffff; 

	
	font-weight: bold;
	border-top: 2px solid #315ab5;
	border-bottom: 2px solid #315ab5;
}

td.archive-table-label h2 {
	margin: 4px;
}

table.archive-table  td {
	text-align: left;
	color: #000000;
	padding: 8px 8px;
	border-top: 1px solid #315ab5;
	vertical-align: top
}

table.archive-table td a {
	color: #222222;
	text-decoration: underline;
}

table.archive-table td a:hover {
	text-decoration: underline;
}

table.archive-table tr.dataRow td.lightCell {
	background-color: #ffffff;
}


table.archive-table tr.dataRow td.darkCell {
	background-color: #dddddd;
}

table.archive-table tr.dataRow td:hover {
	text-decoration: underline;
}

table.archive-table td.empty {
	background-color: #ffffff;
	width: 50px;
	border: 0;
}

table.archive-table h3 {
	margin-top: 0;
	margin-bottom: 0;
}

ul#feedHistory {
	list-style-type: none;
	padding-left: 0;
	margin-right: 40px;
}

ul#feedHistory li.yearItem {
	color: rgb(51,51,51);
	border-top: 2px solid #315ab5;
	font-weight: bold;
	padding: 5px;
}

li.collapsed ul.yearEntries {
	display: none;
}

li.expanded ul.yearEntries {
	display: block;
}

ul.yearEntries {
	list-style-type: none;
}

ul.yearEntries li {
	border: 0;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 8px;
}

ul.yearEntries li a {
 text-decoration: underline;
}

.kb-link {
	padding-left: 20px;
	color: #315ab5;
	font-weight: bold;
	cursor: pointer;
}

/* img.click-enlarge */

img.click-enlarge {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}




div.click-enlarge {
	width: 200px;
	min-height: 110px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}

div.click-enlarge div.img-overlay {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

div.click-enlarge div.img-overlay i.fa {
	font-size: 2em;
	color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
}

/* img.click-enlarge-video */

img.click-enlarge-video {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

div.click-enlarge-video {
	width: 90%;
	min-height: 110px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}

div.click-enlarge-video div.img-overlay-video {
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

div.click-enlarge-video div.img-overlay-video i.fa {
	font-size: 5em;
	color: #ffffff;
	opacity: 0.3;
	position: relative;
	left: 40%;
	top: 40%;
}




input.newsError, textarea.newsError {
	border: 1px solid red !important;	

}
