p, tr {
  font-size: 12px;
  font-weight: normal;
}

body {
  margin: 0px;
}

form {
  margin-bottom: 0px;
}
/* Newly modified for user story STRY0014874 */
.searchBarWrapper {
 font-family: 'Gotham Narrow SSm A','Gotham Narrow SSm B',Helvetica,Arial,sans-serif; 
 overflow: hidden;
}
/*End*/
.searchBar {
  height: 40px;
      z-index: 999;
      display: block;
      position: relative;
}

/*#searchButton {
  float: right;
  margin-top: -40px;
  cursor: pointer;
}*/

/* Newly Added for user story STRY0014874 */
#headerSearchInput{
  font-weight: 300;
    background: #FFF;
    border: 1px solid #A6A8AB;
    font-size: 16px;
    margin: 0;
    padding: 6px 12px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
/* End */
/* Newly modifies for user story STRY0014874 */
#searchButton {
  float: right;
  margin-top: -40px;
  background: #0067C5;
    border: 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    width: 40px;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
}
/*End*/
/* Newly Added for user story STRY0014874 */
#searchButton svg{
  display: inline-block;
    fill: #FFF;
    height: 18px;
    width: 18px;
}
/*End*/
.headerSearchInput {
  float: left;
  outline: none;
  color: black;
  cursor: auto;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: start;
  text-rendering: auto;
  word-spacing: 0px;
}

.headerSearchInput:focus {
    border-radius: 6px;
}

.headerSearchInput::-ms-clear {
    display: none;
}

.clearIcon {
  height: 10px;
  width: 10px;
  color: rgb(0, 103, 197);
  cursor: pointer;
  position: absolute;
  margin-right: 6px;
  margin-top: 15px;
  z-index: 2000;
  right: 40px;
}

.clearButton {
  cursor: pointer;
}

.searchPopUp {
  height: 390px;
  background-color: white;

}

.popUpTable {
 position: relative;
 display: block;
  border-style: solid;
  border-color: #dddad2;
  border-width: 1px;
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
  margin-top: -40px;
  background-color: white;
}

.popUpTable tbody {
    position: relative;
     display: block;
}

.suggestionsAndFiltersRow {
    display: inline-block;
}

.suggestionsColumn {
  width: 100%;
  vertical-align: top;
  padding: 15px;
  position: relative;
  display: inline-block;
  min-height: 350px;
}

.suggestionsTable {
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

.filtersColumn {
  width: 52%;
  vertical-align: top;
  padding: 10px 10px 7px 20px;
  position: relative;
  display: inline-block;
  min-height: 350px;
  border-left: 1px solid #dddad2;
}

.filtersTable {
    width: 100%;
}

.filterByCat {
  margin-top: 10px;
  margin-left: 3px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.filterInp {
  cursor: pointer;
}

.closeRow {
  height: 70px;
      vertical-align: bottom;
      width: 100%;
      display: block;
}

.closeCol {
    float: right;
}

.closeButton {
  color: #00c;
  cursor: pointer;
  float:right;
}

.ss-gac-a {
  cursor: pointer;
}

.ss-gac-b {
  cursor: pointer;
}

.ss-gac-c {
  width: 100%;
  height: 20px;
  padding-left: 3px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #0067C5;
  display: block;
  background-color: transparent;
  border: none;
  text-align: left;
}

button.ss-gac-c::selection {
    background-color: transparent;
    border: transparent;
}

.ss-gac-c:hover{
    text-decoration: underline;
}

.tooltip {
  z-index: 999999 !important;
  position: absolute;
  background: white;
  color: black;
  font-size: 8px Arial;
  width: auto;
  margin-top: 20px;
  border: 1px solid black;
  border-radius: 4px;
}

#header_search_suggest_main #close {
    font-size: 14px;
    padding: 12px 20px;
    border: 0;
    margin: 10px 10px 0 0;
    border-radius: 6px;
}

#header_search_suggest tr {
    margin-bottom: 12px;
    width: 100%;
    position: relative;
    display: block;
}

.headerSearchInput {
    border-radius: 6px !Important;
}

.placeholdertxt {
    position: absolute;
    left: 0;
    display: block;
    height: 40px;
    padding: 11px 12px 6px;
}

/* Newly Added for user story STRY0014874 */
@media screen and (max-width: 767px){
   .headerSearchInput{
    width: 100% !important;
   }
   .popUpTable {
    width: calc(100% - 2px);
   }
   .closeButton {
    margin-right: 20px;
   }
}