.widgetSearch ::-webkit-input-placeholder {
color: #455358;
}
.widgetSearch :-moz-placeholder { /* Firefox 18- */
color: #455358;
}
.widgetSearch ::-moz-placeholder { /* Firefox 19+ */
color: #455358;
}
.widgetSearch :-ms-input-placeholder {
color: #455358;
}
.widgetSearch .widgetBody .widgetSearchBoxd3092ff5-dc05-4248-99a6-0bb7a6bac38b
{
color: #455358;
border-bottom: 3px solid #fbb229; border-top:none; border-left:none; padding: .75em 0 .75em .5em; font-family:raleway; font-weight:500; border-right:none;
}
.widgetSearch .widgetBody .widgetSearchButtond3092ff5-dc05-4248-99a6-0bb7a6bac38b
{
margin:6px 0 0 0;
}
.widgetSearch .widgetSearch-onlyDeptd3092ff5-dc05-4248-99a6-0bb7a6bac38b
{
display: inline-block;
color: #333;
padding-top: 10px;
}
#ysnSearchOnlyDeptd3092ff5-dc05-4248-99a6-0bb7a6bac38b
{
position: relative;
top: .125em;
}
//Updates search icons href to have the correct queryString
function searchBtnApplyQuery() {
document.getElementById("btnSearchIcon").href = "/Search?searchPhrase=" + document.getElementById("searchFieldd3092ff5-dc05-4248-99a6-0bb7a6bac38b").value;
}
inner column
inner row
outer column
$(document).ready(function () {
setWidgetServiceClicking($("#widgetSiteToolsHeader5d75b955-5273-48a4-9bfd-37433764368b"), true, function () {
var $widgetBody = $('#widgetSiteToolsBody5d75b955-5273-48a4-9bfd-37433764368b');
if ($widgetBody.is(':visible')) {
var menuItems = $('.widgetItem a', $widgetBody);
$(menuItems[0]).focus();
$('.widgetItem', $widgetBody).unbind("keydown").bind("keydown", function (e) {
if (e.which === 9) {
var index = menuItems.index(e.target);