﻿
html.desktop-view .width50-onDesktop
{
   width:50% !important;
}

html.desktop-view .width80-onDesktop
{
	width:80% !important;
}

.newsFeed.lg{
	width: 20px !important;
	height: 20px !important;
	margin-bottom: 2px;
	display: inline;
}

.whatsnew {
	font-size: 18px;
	margin-top: 0px;
}

/* Document Metadata */
dl.documentMetadata {
	overflow:hidden;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

dl.documentMetadata.full {
	margin: 5px;
}

dt.metadataName {
	float:left;
	width:130px;
	margin-right:0;
	font-weight:bolder;
	margin-top:2px;
	text-align:right;
	clear: left;
}

dd.metadataValue {
	float:left;
	padding-left:5px;
	font-weight: normal;
	margin-top:2px;
	margin-left: 10px;
}

span.queryTerm {
	background-color : Yellow;
	font-weight: 700;
	color : Black;
}

a.kwic {
	background-color: #214881;
	color: #FFFFFF !important;
	font-weight: bold !important;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
}

a.searchResultOption{
    font-weight: normal;
    font-size: 80%;
}

.fontSize90{
    font-weight: normal;
    font-size: 90%;
}

strong { font-weight: bold; }

.formControlFieldSet {
    border: none;
}

legend.formControlField:after 
{
   border-top: none !important;
   height: 0px;
} 

legend.formControlField
{
   font-size:  80% !important;
}

span.underline
{
    text-decoration : underline;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}

div.bottomBorder {
	border-bottom: 1px solid #ccc;
	clear: both;
	padding-bottom : 10px;
}

/* Small-screen mode */
.small-screem .whatsnew {
	padding-top: 5px;
}

.small-screen dt.metadataName {
	text-align:left;
}

.small-screen dd.metadataValue {
	width:100%;
}

table.bordered {
	border: 1px solid gray
}

a.small-link {
	font-size : 11pt;
	float: right;
}

a.small-link.middle {
	text-align:right;
	right: 50%;
	position: absolute;
}

.ui-body-c .ui-link.small-link {
	font-weight: 400;
}

a.topOfPage {
	display: none;
	height: 20px;
	position: fixed;
	padding : 5px;
	font-size: 1em;
	z-index: 999;
	right: 50px;
	bottom: 70px;
	background-color: #FFF;
	border : solid 2px #214781;
}

.itemToDisplay {
	padding: 15px 5px;
}

/* loading spinner */
.loadingBlock {
	display: inline-block;
}

.spinner {
	margin: 10px auto;
	width: 50px;
	height: 40px;
	text-align: right;
	font-size: 10px;
	padding: 0 10px;
	float: left;
}

.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loadingBlock .text {
	padding: 10px;
	line-height: 40px;
	float:left;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}