/* Google search styles for responsive pages */

#advanced-search {
	margin-bottom:30px;
}

#advanced-search div {
	margin-left: 0px !important;
	margin-right: 0px !important;
	font-family: 'Proxima-Nova', Helvetica, Arial, Lucida Grande, Lucida Sans, sans-serif; !important;
	font-size: 18px !important;
	line-height: 1.42857 !important;
}

#advanced-search table {
	width: 100% !important;
}

hr.z {
	display:none;
}

#advanced-search td, #advanced-search tr {
	background-color: transparent;
}

table tr.find-results {
	background-color: #e5e9ef !important;
	border:1px solid #ccd4e0;
}

tr.find-results table td  {
	padding: 8px !important;
	vertical-align:top !important;
} 

@media (max-width:530px)
	{ tr.find-results table td {
	padding: 5px 5px !important;
}
	}

#advanced-search .table tbody > tr > td {
	border-top: 0;
}

table tr td {
	padding:10px 5px 0px 0px !important;
	vertical-align:top;
}

#advanced-search table td {
	white-space:normal;
}

#advanced-search form input {
	display: block;
	width: 100%;
	/*height: 34px; */
	padding: 6px;
	font-size: 1em;
	line-height: 1.42857;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #ccd4e0;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

#advanced-search select[name="as_ft"], #advanced-search select[name="as_dt"] {  
	display:none;
}  

#advanced-search input[name="as_sitesearch"] { 
	margin-bottom:-5px;
}

#advanced-search td[width="width=15%"] { 
	display:hidden;
}

#advanced-search input[name="btnG"] {  
	background-color:#ccd4e0;
	width:70px;
	color:#335379;
	border-color:#b2bdcf;
}  

#advanced-search input:hover[name="btnG"] {    
	background-color:#b2bdcf;
	color:#1a3e68;
	border-color:#99a9bf;
}  

#advanced-search input[name="as_lq"] {  
	margin-bottom:10px;
} 

#advanced-search table td b {
	color:#1a3e68;
}

#advanced-search select {
	display: block;
	width: 100%; 
	height:34px; 
	/*padding: 6px 12px;*/
	margin-right: 3px;
	font-size: 1em; 
	line-height: 1.42857; 
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}



/* Classes for suggestion box */

.ss-gac-m {
	background: white;
	border: 1px solid #555;
	cursor: default;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	position: absolute;
	z-index: 99;
}
.ss-gac-b {
	background: #335379;
	color: white;
}
.ss-gac-c {
	overflow: hidden;
	padding-left: 3px;
	text-align: left;
	white-space: nowrap;
}
.ss-gac-d {
	color: green;
	font-size: 10px;
	overflow: hidden;
	padding: 0 3px;
	text-align: right;
	white-space: nowrap;
}
.ss-gac-b td {
	color: white;
}
.ss-gac-e td {
	font-size: 10px;
	line-height: 15px;
	padding: 0 3px 2px;
	text-align: right;
}
.ss-gac-e span {
	color: #00c;
	cursor: pointer;
	text-decoration: underline;
}
/* Debug console */

div#ss_debug_console {
	background: #ffefef;
	border: 1px solid #cf7f7f;
	bottom: 2%;
	font-family: 'Proxima-Nova', Helvetica, Arial, Lucida Grande, Lucida Sans, sans-serif; !important;
	font-size: 83%;
	height: 60%;
	left: 5%;
	opacity: 0.95;
	overflow: auto;
	padding: 0.5em;
	position: absolute;
	width: 90%;
	z-index: 5000;
}
div#ss_debug_console.expanded {
	height: 60%;
}
div#ss_debug_console.contracted {
	height: 8%;
}
div#ss_debug_console h1 {
	color: #af0000;
	display: inline;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#ss_debug_console button {
	margin: 0em 0.5em;
}
div#ss_debug_console table {
	border-collapse: collapse;
	font-size: 90%;
	line-height: 120%;
	margin-top: 1em;
}
div#ss_debug_console table th {
	padding: 0.2em 1em;
	text-align: left;
}
div#ss_debug_console table td {
	border-top: 1px solid #cf7f7f;
	padding: 0.2em 1em;
}
div#ss_debug_console table td.no {
	text-align: right;
}
