<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Search Widget does not appear to be responsive to different screen sizes in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359178#M33280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What does your css or inline style look like for the actual search dijit and it's parent container?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2016 23:56:10 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-10-20T23:56:10Z</dc:date>
    <item>
      <title>Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359175#M33277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've created a search widget using JS 3.17&lt;/P&gt;&lt;P&gt;Our app is wrapped up in bootstrap&lt;/P&gt;&lt;P&gt;I'm using chrome dev tools to test the look and functionality in various mobile formats and I've noticed that the input text box does not seem to be responsive.&amp;nbsp;I changed the CSS width of the classes&amp;nbsp;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp;from pixels to a percentage thinking that would help but the size of the search input box remains fixed. Am I missing something? Has anyone found a work around to this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;View in iphone 6 (how it should look)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;IMG class="image-1 jive-image" height="163" src="https://community.esri.com/legacyfs/online/248829_pastedImage_3.png" width="173" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;View representing iphone 5 - the search button gets pushed down&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;IMG class="image-2 jive-image" height="203" src="https://community.esri.com/legacyfs/online/248830_pastedImage_4.png" width="234" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;View in responsive mode: here you can see that the text box stays fixed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;IMG class="image-3 jive-image" height="163" src="https://community.esri.com/legacyfs/online/248831_pastedImage_5.png" width="235" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CSS&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;{
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;relative&lt;/SPAN&gt;;
&amp;nbsp; z-index: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;left&lt;/SPAN&gt;;
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;100%&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; padding: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;24&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; font-size: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;14&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; line-height: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; color: &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#4C4C4C&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; background-color: &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; border: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#57585A&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-weight: bold;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;
&amp;nbsp; -webkit-border-radius: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; border-radius: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -webkit-transition: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -moz-transition: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -ms-transition: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -o-transition: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; transition: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -moz-box-sizing: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; -webkit-box-sizing: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
&amp;nbsp; box-sizing: &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;
}&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359175#M33277</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2021-12-11T16:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359176#M33278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you some of your code or images so we can see what you are dealing with?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 20:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359176#M33278</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2016-10-20T20:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359177#M33279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rickey - I edited the original post to include this information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359177#M33279</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2016-10-20T22:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359178#M33280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What does your css or inline style look like for the actual search dijit and it's parent container?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 23:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359178#M33280</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-20T23:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359179#M33281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the CSS for the Search Widget and containers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modal Body&lt;/STRONG&gt; (the search widget is contained within):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff;"&gt;&lt;DIV&gt;&lt;SPAN class="" style="color: #888888;"&gt;&lt;SPAN class="" style="color: #222222;"&gt;.modal-body&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: relative;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding: 20px;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff;"&gt;}&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Div ID assigned to the Widget = #SearchNode&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#SeachNode
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;&amp;nbsp; &lt;/SPAN&gt;width: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;auto&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search Widget:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;{
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;relative&lt;/SPAN&gt;;
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#4C4C4C&lt;/SPAN&gt;;
&amp;nbsp; font-family: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;Arial&lt;/SPAN&gt;, &lt;SPAN style="color: #000080; font-weight: bold;"&gt;Helvetica&lt;/SPAN&gt;, &lt;SPAN style="color: #008000; font-weight: bold;"&gt;sans-serif&lt;/SPAN&gt;;
&amp;nbsp; -moz-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; -webkit-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInputGroup &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;left&lt;/SPAN&gt;;
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;relative&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInputGroup &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInputGroup form &lt;/SPAN&gt;{
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchBtn &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; font-size: &lt;SPAN style="color: #0000ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; font-weight: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;normal&lt;/SPAN&gt;;
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; text-align: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;center&lt;/SPAN&gt;;
&amp;nbsp; white-space: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;nowrap&lt;/SPAN&gt;;
&amp;nbsp; vertical-align: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;middle&lt;/SPAN&gt;;
&amp;nbsp; -ms-touch-action: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;manipulation&lt;/SPAN&gt;;
&amp;nbsp; touch-action: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;manipulation&lt;/SPAN&gt;;
&amp;nbsp; cursor: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;pointer&lt;/SPAN&gt;;
&amp;nbsp; -webkit-user-select: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; -moz-user-select: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; -ms-user-select: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; user-select: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; border: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#57585A&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
&amp;nbsp; -moz-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; -webkit-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchBtn &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchBtn&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hover&lt;/SPAN&gt;,
.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchBtn&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;focus &lt;/SPAN&gt;{
&amp;nbsp; text-decoration: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#eee&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchBtn&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;active &lt;/SPAN&gt;{
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#ddd&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchButtonText &lt;/SPAN&gt;{
&amp;nbsp; clip: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rect&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0 0 0 0&lt;/SPAN&gt;);
&amp;nbsp; overflow: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;hidden&lt;/SPAN&gt;;
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;absolute&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;{
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;relative&lt;/SPAN&gt;;
&amp;nbsp; z-index: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;left&lt;/SPAN&gt;;
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;100%&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;24&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; font-size: &lt;SPAN style="color: #0000ff;"&gt;14&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#4C4C4C&lt;/SPAN&gt;;
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
&amp;nbsp; border: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#57585A&lt;/SPAN&gt;;
&amp;nbsp; border-right: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; -webkit-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -moz-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -ms-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -o-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -moz-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; -webkit-box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
&amp;nbsp; box-sizing: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;content-box&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;24&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp;&amp;nbsp;width: 100%;
&amp;nbsp; border: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#57585A&lt;/SPAN&gt;;
&amp;nbsp; border-left: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput&lt;/SPAN&gt;::&lt;SPAN style="color: #000080; font-weight: bold;"&gt;-ms-clear &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput&lt;/SPAN&gt;::&lt;SPAN style="color: #000080; font-weight: bold;"&gt;-moz-placeholder &lt;/SPAN&gt;{
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#999&lt;/SPAN&gt;;
&amp;nbsp; opacity: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;-ms-input-placeholder &lt;/SPAN&gt;{
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#999&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput&lt;/SPAN&gt;::&lt;SPAN style="color: #000080; font-weight: bold;"&gt;-webkit-input-placeholder &lt;/SPAN&gt;{
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#999&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClear &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;absolute&lt;/SPAN&gt;;
&amp;nbsp; top: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; right: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; z-index: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;24&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; text-align: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;center&lt;/SPAN&gt;;
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
&amp;nbsp; cursor: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;pointer&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClear &lt;/SPAN&gt;{
&amp;nbsp; right: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;auto&lt;/SPAN&gt;;
&amp;nbsp; left: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;sourceName &lt;/SPAN&gt;{
&amp;nbsp; clip: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rect&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0 0 0 0&lt;/SPAN&gt;);
&amp;nbsp; overflow: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;hidden&lt;/SPAN&gt;;
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;absolute&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;sourceName &lt;/SPAN&gt;{
&amp;nbsp; text-align: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasValue &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClear &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchIcon &lt;/SPAN&gt;{
&amp;nbsp; font-size: &lt;SPAN style="color: #0000ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;20&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;inline-block&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClose&lt;/SPAN&gt;,
.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchSpinner &lt;/SPAN&gt;{
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;24&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;30&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchLoading &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClose &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchSpinner &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchLoading &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchSpinner &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu &lt;/SPAN&gt;{
&amp;nbsp; position: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;absolute&lt;/SPAN&gt;;
&amp;nbsp; top: &lt;SPAN style="color: #0000ff;"&gt;100&lt;/SPAN&gt;%;
&amp;nbsp; left: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; z-index: &lt;SPAN style="color: #0000ff;"&gt;1000&lt;/SPAN&gt;;
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;left&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0&lt;/SPAN&gt;;
&amp;nbsp; font-size: &lt;SPAN style="color: #0000ff;"&gt;14&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
&amp;nbsp; -webkit-background-clip: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;padding-box&lt;/SPAN&gt;;
&amp;nbsp; background-clip: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;padding-box&lt;/SPAN&gt;;
&amp;nbsp; border: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#57585A&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; overflow: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;auto&lt;/SPAN&gt;;
&amp;nbsp; max-height: &lt;SPAN style="color: #0000ff;"&gt;300&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu &lt;/SPAN&gt;{
&amp;nbsp; left: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;auto&lt;/SPAN&gt;;
&amp;nbsp; right: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu ul &lt;/SPAN&gt;{
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; list-style: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu li &lt;/SPAN&gt;{
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; cursor: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;pointer&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu li&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hover&lt;/SPAN&gt;,
.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu li&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;focus &lt;/SPAN&gt;{
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#eee&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu li&lt;/SPAN&gt;:&lt;SPAN style="color: #000080; font-weight: bold;"&gt;active &lt;/SPAN&gt;{
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#ddd&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu li&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;active &lt;/SPAN&gt;{
&amp;nbsp; background-color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#4C4C4C&lt;/SPAN&gt;;
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
&amp;nbsp; cursor: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;default&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchMenu &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;menuHeader &lt;/SPAN&gt;{
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;6&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; background: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#4C4C4C&lt;/SPAN&gt;;
&amp;nbsp; color: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;#fff&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;showSuggestions &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;suggestionsMenu &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;100&lt;/SPAN&gt;%;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;showSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;sourcesMenu &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;70&lt;/SPAN&gt;%;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchToggle &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchToggle &lt;/SPAN&gt;{
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;0 4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasMultipleSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchToggle &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasMultipleSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;{
&amp;nbsp; border-left: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasMultipleSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchInput &lt;/SPAN&gt;{
&amp;nbsp; border-right: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchLatLongHeader &lt;/SPAN&gt;{
&amp;nbsp; font-weight: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;bold&lt;/SPAN&gt;;
&amp;nbsp; margin-bottom: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreHeader &lt;/SPAN&gt;{
&amp;nbsp; font-weight: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;bold&lt;/SPAN&gt;;
&amp;nbsp; margin-bottom: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreItem &lt;/SPAN&gt;{
&amp;nbsp; margin-bottom: &lt;SPAN style="color: #0000ff;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;resultsList &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;resultsList ul &lt;/SPAN&gt;{
&amp;nbsp; list-style: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0 0 10&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;resultsList li &lt;/SPAN&gt;{
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;moreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;resultsList &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;popupHeader &lt;/SPAN&gt;{
&amp;nbsp; font-weight: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;bold&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;showMoreResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;resultsList &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
&amp;nbsp; margin-top: &lt;SPAN style="color: #0000ff;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; padding-top: &lt;SPAN style="color: #0000ff;"&gt;10&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-top: &lt;SPAN style="color: #0000ff;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px solid &lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;#ccc&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noResultsMenu &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;none&lt;/SPAN&gt;;
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;100&lt;/SPAN&gt;%;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noResultsBody &lt;/SPAN&gt;{
&amp;nbsp; padding: &lt;SPAN style="color: #0000ff;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noResultsHeader &lt;/SPAN&gt;{
&amp;nbsp; font-weight: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;bold&lt;/SPAN&gt;;
&amp;nbsp; margin-bottom: &lt;SPAN style="color: #0000ff;"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;showNoResults &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noResultsMenu &lt;/SPAN&gt;{
&amp;nbsp; display: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;block&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noValueIcon &lt;/SPAN&gt;{
&amp;nbsp; font-size: &lt;SPAN style="color: #0000ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; line-height: &lt;SPAN style="color: #0000ff;"&gt;16&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0 5&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;0 0&lt;/SPAN&gt;;
&amp;nbsp; vertical-align: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;text-bottom&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;noValueIcon &lt;/SPAN&gt;{
&amp;nbsp; margin: &lt;SPAN style="color: #0000ff;"&gt;0 0 0 5&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;left&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;dj_rtl &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer &lt;/SPAN&gt;{
&amp;nbsp; float: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;right&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer &lt;/SPAN&gt;{
&amp;nbsp; -webkit-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -moz-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -ms-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; -o-transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; transition: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;width &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;.175&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s ease-in&lt;/SPAN&gt;;
&amp;nbsp; overflow: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;hidden&lt;/SPAN&gt;;
&amp;nbsp; height: &lt;SPAN style="color: #0000ff;"&gt;34&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;showSuggestions &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer &lt;/SPAN&gt;{
&amp;nbsp; overflow: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;inherit&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchCollapsed &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer &lt;/SPAN&gt;{
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpanded &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer&lt;/SPAN&gt;,
.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchAnimate &lt;/SPAN&gt;{
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;237&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpanded&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasMultipleSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchExpandContainer&lt;/SPAN&gt;,
.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasButtonMode&lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;hasMultipleSources &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchAnimate &lt;/SPAN&gt;{
&amp;nbsp; width: &lt;SPAN style="color: #0000ff;"&gt;282&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchCollapsed &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchSubmit &lt;/SPAN&gt;{
&amp;nbsp; -webkit-border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
&amp;nbsp; border-radius: &lt;SPAN style="color: #0000ff;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;px&lt;/SPAN&gt;;
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchClearFloat &lt;/SPAN&gt;{
&amp;nbsp; clear: &lt;SPAN style="color: #008000; font-weight: bold;"&gt;both&lt;/SPAN&gt;;
}

&lt;SPAN style="color: #000080; font-weight: bold;"&gt;@-webkit-keyframes anim-rotate &lt;/SPAN&gt;{
&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;0% &lt;/SPAN&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp; transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;);
&amp;nbsp; }
&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;100% &lt;/SPAN&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;360&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;deg&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp; transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;360&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;deg&lt;/SPAN&gt;);
&amp;nbsp; }
}

&lt;SPAN style="color: #000080; font-weight: bold;"&gt;@keyframes anim-rotate &lt;/SPAN&gt;{
&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;0% &lt;/SPAN&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp; transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;0&lt;/SPAN&gt;);
&amp;nbsp; }
&amp;nbsp; &lt;SPAN style="color: #000080; font-weight: bold;"&gt;100% &lt;/SPAN&gt;{
&amp;nbsp;&amp;nbsp;&amp;nbsp; -webkit-transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;360&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;deg&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp;&amp;nbsp; transform: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;rotate&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;360&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;deg&lt;/SPAN&gt;);
&amp;nbsp; }
}

.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchSpinner &lt;/SPAN&gt;{
&amp;nbsp; -webkit-animation: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;anim-rotate &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;1.25&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s infinite linear&lt;/SPAN&gt;;
&amp;nbsp; animation: &lt;SPAN style="color: #000080; font-weight: bold;"&gt;anim-rotate &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;1.25&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;s infinite linear&lt;/SPAN&gt;;
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359179#M33281</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2021-12-11T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359180#M33282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Rachel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;Is th parent container for the search dijit a TitlePane?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 14:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359180#M33282</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-21T14:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359181#M33283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the search widget sits in a dojo bootstrap modal. I've included screenshots using the chrome dev tools along with the associated CSS&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #888888;"&gt;&lt;SPAN class="" style="color: #222222;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #888888;"&gt;&lt;SPAN class="" style="color: #222222;"&gt;.modal&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;overflow: auto;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;overflow-y-scroll;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: fixed;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;top: 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;right: 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;left: 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;z-index: 1050 }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="212" src="https://community.esri.com/legacyfs/online/249207_pastedImage_1.png" width="158" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.modal-dialog {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;postion: relative;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;width: auto;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin: 1-px ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding-top: 60px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/249208_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.modal-title {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;margin: 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;line-height: 1.4285;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.h4 {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;display: block&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/249215_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.modal-body {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: relative;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;padding: 20px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/249217_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally the actual input box. The CSS defaults to the .arcgisSearch .searchGroup .searchInput CSS group included in the original post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-5 jive-image" src="https://community.esri.com/legacyfs/online/249221_pastedImage_5.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359181#M33283</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2016-10-21T15:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359182#M33284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I am not seeing this issue with the search dijit. I must have something to do with the bootstrap modal dialog. Can you par down your code to the bare minimum and post it for some testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:34:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359182#M33284</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-10-21T15:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Search Widget does not appear to be responsive to different screen sizes</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359183#M33285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time. I figured out how to work around this. I changed the css for the&amp;nbsp;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; background-color: #e4e4ff; font-weight: bold;"&gt;searchInput &amp;nbsp;&lt;/SPAN&gt;group to not show any borders or outlines. Removed the search icon and the close search icon and placed a &amp;nbsp;border around the &amp;nbsp;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;arcgisSearch &lt;/SPAN&gt;.&lt;SPAN style="color: #000080; font-weight: bold;"&gt;searchGroup.&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp;This appears to be working on all simulated in phones in the Chrome tools&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000080;"&gt;&amp;nbsp;emulator including the iphone4. Anything smaller then that then there may be issues but I think that would be a small percentage of people.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #e4e4ff; font-weight: bold;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 21:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-widget-does-not-appear-to-be-responsive-to/m-p/359183#M33285</guid>
      <dc:creator>RachelAlbritton</dc:creator>
      <dc:date>2016-10-21T21:26:38Z</dc:date>
    </item>
  </channel>
</rss>

