/**
 * 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.
 */
/*
font-family: 'Segoe UI';
font-family: 'Segoe UI Regular';
font-family: 'Segoe UI Semibold';
font-family: 'Segoe UI Bold';
*/

/* Dark blue
color: #7992A7;
*/

/* Mid blue 
color: #3A76A7;
*/

/* Light blue 
color: #A6B3BE;
*/

/**/
@import url( fonts.css );
@import url( session.css );
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

/*
html, body { min-height: 101%; }
*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: white;
	color: #7992A7;
	font-size: 14px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #365370;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	color: #365370;
	text-transform: uppercase;
}

input {
	outline: none;
}

hr {
	color: #ebebeb;
	background-color: #ebebeb;
	border: 0;
	height: 1px;
}

#logo {
	display: block;
	margin: 0px auto;
	max-width: 314px;
	max-height: 82px;
	width: 200px;
	font-size: 2em;
	font-weight: 700;
}

.padcom-home #logo {
	width: 100%;

}

#page {
	width: 980px;
	margin: 0px auto;
}

#page > footer {
	clear: both;
	text-align: center;
}

#page > footer > * {
	display: inline-block;
	width: 40%;
	text-align: center;
	font-size: 12px;
}

#account-nav {
	height: 38px;
	margin: 28px 0;
	font-size: 14px;
}

.padcom-home #pagebody {
	padding-top: 250px;
	padding-top: 20vh;
}

#pagebody {
	padding-top: 60px;
	font-size: 0;
}

/* Top nav */
ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.right-nav {
	float: right;
}

ul.nav li {
	display: inline;
	font-weight: 700;
}

ul.nav li a {
	display: inline-block;
	text-decoration: none;
	color: #7992A7;
	padding: 0 1em;
}

#footer-nav {

}

#footer-nav a {
	font-weight: normal;
}

/* Search box */

#search-box {
	position: relative;

	border: solid #365370 2px;
	border-radius: 5px 5px 5px 0;

	font-size: 0;

	/* Space for What Can I Type */
	margin-bottom: 22px;



	margin-left: 48px;
	width: 672px;
	height: 35px;
}

.padcom-home #search-box {
	width: 750px;
	height: 45px;
	margin: 50px auto 40px;
	border: solid #365370 5px;
}

/* These should go below other #search-box rules to properly cascade */
#search-box.active { border-color: #4e6780; }
#search-box.active #what-can-i-type { background-color: #4e6780; }

#search-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 609px;
	height: 45px;
	z-index: -1;
	padding: 0 15px;

	font-size: 18px;
	line-height: 45px;

	color: #8399AB;

}

#search-placeholder .fa-search {
	color: #8399ab;
}

#search-text {
	border: none;
	background-color: transparent;
	display: inline-block;
	width: 572px;
	height: 35px;

	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 45px;
	padding: 0 15px;
}

.padcom-home #search-text {
	width: 609px;
	height: 45px;
	line-height: 45px;	
}

.padcom-home #search-button {
	width: 109px;
	height: 45px;
}

/* Only affects results page because home placeholder is simulated */
#search-text::-webkit-input-placeholder { color: #8399AB; }
#search-text:-moz-placeholder { color: #8399AB; opacity: 1; }
#search-text::-moz-placeholder { color: #8399AB; opacity: 1; }
#search-text:-ms-input-placeholder { color: #8399AB; }

#search-button {
	display: inline-block;
	float: right;
	height: 35px;
	width: 70px;

	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	color: #FFFFFF;
	border: none;
	border-left: solid #365370 1px;
	font-size: 14px;

	text-shadow: -1px 1px 0 rgba(80,80,80,0.6);
	font-weight: 600;

	background-color: #DC871F;
}

#search-button:hover{
	background-color: #DC871F;
}

#what-can-i-type {
	position: absolute;
	display: block;
	text-decoration: none;
	background-color: #365370;
	border-bottom-right-radius: 16px 24px;
	border-bottom-left-radius: 5px;

	color: #ffffff;
	font-size: 10px;
	line-height: 24px;
	bottom: -24px;
	left: -2px;
	padding: 0 30px 0 20px;
	text-align: center;

}

.padcom-home #what-can-i-type {
	left: -5px;
}

#what-can-i-type:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.details {
	font-weight: 600;
	color: #A6B3BE;
	line-height: 20px;
	margin-bottom: 40px;
}

.text-center {
	text-align: center;
}

.recently-published-items {
	line-height: 24px;
}

.recently-published-items a {
	font-weight: normal;
}

.row {
	margin: 0 auto;
	max-width: 980px;
	overflow: hidden;
	font-size: 0;
}

.padcom-home .row {
	max-width: 750px;
	white-space: nowrap;
	overflow: hidden;
	
}

.col {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.panel {}

.recently-published {
	width: 375px;
}

.publish-disclosures {
	width: 295px;
	font-size: 12px;
}

.vertical-bar-164 {
	font-size: 0;
	margin: 24px 35px 0 35px;
	padding: 0;
	width: 0px;
	height: 164px;
	border-left: solid #A6B3BE 1px;
}

.button-publish-disclosures {
	width: 226px;
	height: 51px;
	line-height: 31px;
}

.primary-button {
	display: inline-block;
	border: 1px solid #DBDBDB;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	text-align: center;

	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #617482;
	text-decoration: none;

	background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #F0F0F0);
	background-image: -moz-linear-gradient(top, #FFFFFF, #F0F0F0);
	background-image: -ms-linear-gradient(top, #FFFFFF, #F0F0F0);
	background-image: -o-linear-gradient(top, #FFFFFF, #F0F0F0);
	background-image: linear-gradient(to bottom, #FFFFFF, #F0F0F0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#F0F0F0);
}

.primary-button:hover{
	text-decoration: none;
	border:1px solid #cccccc;
	background-color: #e6e6e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d7d7d7));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #d7d7d7);
	background-image: -moz-linear-gradient(top, #e6e6e6, #d7d7d7);
	background-image: -ms-linear-gradient(top, #e6e6e6, #d7d7d7);
	background-image: -o-linear-gradient(top, #e6e6e6, #d7d7d7);
	background-image: linear-gradient(to bottom, #e6e6e6, #d7d7d7);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e6e6e6, endColorstr=#d7d7d7);
}

/* Paging */
ul.pages {
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
	margin: 0;
}

ul.pages li {
	display: inline-block;
	line-height: normal;
}

ul.pages li a {
	display: block;
	width: 18px;
	height: 19px;
	text-align: center;
	color: #7992a7;
}

ul.pages li.next a,
ul.pages li.prev a {
	width: auto;
	font-weight: normal;
}

ul.pages li.next a i,
ul.pages li.prev a i {
	color: #5C7792;
}

ul.pages li.thispage a {
	background-color: #ebebeb;
	color: #7992a7;
}

.col-results {
	font-size: 13px;
}

.select-range {
	font-size: 12px;
}

.col-results section {
	border-right: solid 1px #ebebeb;
	min-height:530px;
}

.col-results-left {
	width: 250px;
}

.col-results-left a {
	color: #5C7792;
}

.col-results-right {
	width: 730px;
}

.col-results header {
	position: relative;
	background-color: #5C7792;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.col-results header > h3 {
	display: block;
	color: white;
	margin: 0;
	text-transform: none;
	line-height: 40px;
	font-weight: normal;
}

.col-results-right header {
	background-color: #D8E4ED;
	color: #597892;
}

.col-results-right .results-count {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 0 0 48px;
}

.col-results-right header .results-paging {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 25px;
}

.col-results-right header ul.pages li.thispage a {
	background-color: #5C7792;
	color: #ebebeb;
}

.col-results ul.menu {
	list-style-type: none;
	font-size: 13px;
	margin: 0;
}

.col-results ul.menu > li > a {
	font-weight: bold;
}

.col-results ul.menu a {
	font-weight: normal;
	color: #597892;
}

.col-results ul.menu > li > ul {
	display: none;
	list-style-type: none;
}

.col-results ul.menu > li > ul > li {
	padding: 2px 0;
}

.col-results ul.menu li.active-menu > a {
	font-weight: bold;
	color: #3A76A7;
}

.col-results ul.menu > li.active-menu > ul {
	display: block;
	padding-left: 20px;
}

.col-results .sub-section {
	padding: 9px 25px;
}

.col-results .sub-section.divider {
	border-bottom: solid 1px #ebebeb;
}

.col-results ul.quick-links {
	list-style-type: none;
}

.col-results ul.quick-links li {
	padding: 4px 0;
}

.col-results ul.quick-links a {
	font-weight: normal;
}

.col-results footer {
	margin: 15px 0;
	text-align: center;
}

.show-more {
	text-align: right;
}

/* Search Results */

.results {
	margin: 0;
	padding: 0 15px 0 22px;
	line-height: 1.8em;
	list-style-type: none;
}

.result-row {
	position: relative;
	border-bottom: solid 1px #ebebeb;
	padding: 8px 26px;
}

.result-num {
	position: absolute;
	top: 8px;
	left: -2px;
	font-weight: bold;
	color: #3a76a7;
}

.results .title {
	font-size: 14px;
	color: #446987;
}

.results .doc-id,
.results .doc-date {
	font-size: 11px;
	font-weight: bold;
	color: #6B99BD;
	text-transform: uppercase;
}

/* AQ - Adding token text box */
.input-field input {
	font-family: 'Segoe Remap', 'Open Sans', sans-serif;
	border: solid 1px #7992A7;
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 7px 0;
	padding: 0 20px;
	box-sizing: border-box;
	color: #7992A7;
	font-size: 18px;
}

/* AQ - Added for info boxes for download options dialog */

.info-box {
	border-radius: 4px;
	border: solid 1px #8db4d1;
	padding: 16px 22px;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	margin-bottom: 40px;
}

.IQButtonLink {
	display: block;
	width: 345px;
	height: 96px;
	background: url('images/IQ-Plus-Ad.png') bottom;
	text-indent: -99999px;
}
.IQButtonLink:hover {
	width: 345px;
	height: 96px;
	background-position: 0 0;
	background: url('images/IQ-Plus-Ad-Hover.png') bottom;
}
