/*
   This is where you should put all your customisations to the swish.css
   file. Please do not edit swish.css, but instead put all your over-rides
   here.
*/

/* Uncomment this to make the web site narrower left-to-right */
/* .content {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
} */

body {
	background: #002a5c;
	background-image: none;
}

#logo {
	float: left;
	height: 80px;
	padding: 40px;
	position: relative;
}

#logo img {
	height: 80px;
	width: auto;
	vertical-align: bottom;
}

#service-title {
	text-shadow: none;
	padding-left: 20px;
	padding-top: 20px;
	margin-left: 40px;
	color: white;
	font-size: 0.8em;
	border-left: 3px solid white;
	font-family: "Times", "Times New Roman", "Arial Narrow", "Arial", serif;
	font-weight: normal;
	position: absolute;
	top: 54px;
}

#topMenu {
	float: right;
	margin-top: 100px;
}

#topMenu li a {
	color: #e1e1e1;
	text-shadow: #222 1px 1px 0;
}

#footer {
	color: #e1e1e1;
}

a {
	color: #7BA4D9;
}

#container {
	position: relative;
}

#loginForm {
	top: 0;
	right: 10px;
}

body > .content {
	margin-top: 0;
}

.overlay.active { 
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#uploadDialog {
	z-index: 10;
}

progress#uploadProgress {
	width: 100%;
	height: 50px;
		
}

.showOnFocus {
	position: absolute;
	left: -999em;
	font-size: 16px;
	color: #000;
}

.showOnFocus:focus {
	position: static;
	display:block;
	text-align: center;
	left: 0;
	padding: 0.5em;
	background: #7BA4D9;
	text-decoration: underline;
}

.dataTable tr.even {
	background-color: #dcdcdc;
}

body {
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size:14px;
}

p, li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

ol, ul {
	margin-bottom: 0.5em;
}

span.actionHeader {
	font-size: 12pt;
	font-weight: bold;
	display: block;
	margin: 0.5em 0;
}

div.centeredBlock {
	margin: 0 auto;
	display: inline-block;
}

div.feature {
	border:1px solid #C0C0C0;
	background:#E0E0E0;
	margin:12px;
	padding:4px;
}

div.feature dl dt {
	font-weight: bold;
	font-style: italic;
}
div.feature dl dt:after {
	content: ":"
}

div#footer {
	margin: 1em 0 2em;
}

input[type='submit'] {
	cursor: pointer;;
}

div.instructions {
	margin-bottom: 2em;
}

input[type="text"], textarea, input[type="password"] {
	box-shadow: none;
}

input[type="text"]:focus, textarea:focus, input[type="password"]:focus {
	box-shadow: -1px -1px 20px #d3e0eb;
}

div.pageMessage {
	padding:4px;
	border:2px solid #C01010;
	background:#FFF0F0;
	color:#C01010;
	margin-bottom: 1em;
}

div.file {
	margin: 0.25em 0;
}

table.UD_form tr.footer td {
	text-align: right;
}

table.UD_form tr.footer td a.UD_textbutton {
	float: none;
}

span.mono {
	font-family: monospace;
}

table.UD_form span.mono,
table.dataTable span.mono {
	white-space: nowrap;
}

span.screen-reader-instructions {
	position: absolute;
	left: -999em;
}

button {
	cursor: pointer;
}

#supported {
	padding: 1.0em;
	margin: 2em 0;
	display: inline-block;
	border-radius: 6px;
	font-weight: bold;
	font-size: 1.2em;
}

.supported { 
	background: #2ecc71;
}

.not-supported {
	background: #e74c3c;
}

table#browsers {
	border-collapse: collapse;
	border: 1px solid #7BA4D9;
	border-radius: 6px;
}

table#browsers thead tr {
	background: #7BA4D9;
}

table#browsers thead th {
	padding: 10px;
}

table#browsers tbody tr td:nth-of-type(2) {
	text-align: center;
	border-left: 1px dotted #b1b1b1;
}

table#browsers tbody tr td {
	padding: 0.5em;
	text-align: right;
}

table#browsers tbody tr:nth-of-type(odd) {
	background: #e1e1e1;
}

.progress-bar {
  height: 50px;
  width: 98%;
  background-color: #e1e1e1;
  border: 1px solid #888
  border-radius: 2px;
  position: relative;
  display: block;
}

.progress-bar span {
  height: 50px;
  background-color: #008BB0;
  display: block; 
}

#mainContentWrapper > div.content {
  margin-top: 0;
}
strong {
  font-weight: bold;
}
