/**
 * Copyright (c) 2016 IP.com, LLC
 * A Manning and Napier Information Services (MNIS) company.
 *
 * THIS CODE IS CONFIDENTIAL AND PROPRIETARY TO IP.com, LLC AND
 * MAY NOT BE REPRODUCED, PUBLISHED OR DISCLOSED TO OTHERS WITHOUT
 * COMPANY AUTHORIZATION.
 */
.docs-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px 0 0;

}

.back-to-results {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 0 20px;
}


#document {
	padding: 35px;
	color: #555555;
	line-height: 24px;

}

#document h1 {
	color: #446987;
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

#document h2 {
	font-size: 15px;
	color: #555555;
	font-weight: 600;
	margin-bottom: 5px;
}

#document p {
	margin-top: 5px;
}

.preview {
	float: right;
	text-align: center;
	font-size: 10px;
}

.preview-image {
	display: block;
}

.preview-image img {
	width: 92px;
	height: 119px;
	border: solid 1px #D8E4ED;
}

.document-info {
	line-height: 24px;
}

.disclosure-number-label,
.publication-date-label {
	text-transform: uppercase;
	font-weight: 600;
}

.disclosure-number,
.publication-date {
	font-weight: 600;
	color: #749fc1;
}

#document-tabs {
	clear: both;
}

#document-tabs ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	border-bottom: solid #bacfe0 1px;
	font-size: 12px;
}

#document-tabs ul li {
	display: inline-block;
	padding: 0;
	margin: 0;

}

#document-tabs ul li a {
	display: block;
	color: #777777;
	padding: 5px 16px;
	font-weight: normal;
}

#document-tabs .ui-tabs-active a {
	background-color: #749fc1;
	color: white;
	font-weight: bold;
}

.document-file {
	float: right;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.document-file a {
	font-weight: normal;
}

.document-file-details {
	margin: 5px 0;
}

a.sign-in-button {
	display: inline-block;
	border-radius: 5px;
	background-color: #3A76A7;
	color: white;
	padding: 10px 14px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.meta-data-group {
	overflow: hidden;
}

.meta-data {
	float: left;
	margin-right: 50px;
}

.meta-data.clear {
	clear: left;
}