/* CSS for searcj AJAX autocomplete suggestions starts */
.ui-state-highlight { font-weight: bold; }
.ui-state-highlight-10 { font-weight: bold; color: #4B6879;  }
.ui-state-highlight-40 { font-weight: bold; color: #5A7D91;  }
.ui-state-highlight-50 { font-weight: bold; color: #6C96AE;  }
.ui-state-highlight-60 { font-weight: bold; color: #77A5BF;  }
.ui-state-highlight-70 { font-weight: bold; color: #83B6D2; }
.ui-state-highlight-80 { font-weight: bold; color: #83B6D2; }
/* CSS for searcj AJAX autocomplete suggestions ends */

/* 
To remove the resizing of locaiton logo, lines 4147 and 4147 "height: 160px;" and "width: 114px;" are commented by me in assets/css/bootstarap.css
*/

/* CSS for clickable headings starts */
h3 a, h4 a, h5 a, h6 a { color: #000; }
/* CSS for clickable headings ends */

/* Overwriting the width of hr as Andreas told "it should be bright in 1920x1080, vga" - starts */
hr { border-width: 2px 0; }
/* Overwriting the width of hr as Andreas told "it should be bright in 1920x1080, vga" - ends */

/* To make the last more link (view all suggestions link) of autocompelte highlight */
.view-all-suggestions a { color: #FF0000 !important; }
/* To make the last more link (view all suggestions link) of autocompelte highlight */


/* Inline header css FOR ALL PAGES - STARTS */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body {
  height: 100%;
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -111px;
}

/* Set the fixed height of the footer here */
#push {
  height: 111px;
}
#footer {
  background-color: #f5f5f5;
  border-top: 1px solid #D4D4D4;
  box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
  background-repeat: repeat-x;
  height: 110px;
}
@media (max-width: 980px) {
  /* Enable use of floated navbar text */
  .navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto !important;
  }
}
.errorMessage { color: red; }
/* Inline header css FOR ALL PAGES - ENDS */


/* Inline bottom css FOR ALL PAGES - STARTS */
#homePageAutoSuggestContainer .ui-autocomplete { cursor: pointer; }
#headerAutoSuggestContainer .ui-autocomplete { cursor: pointer; }
#headerAutoSuggestContainer .ui-widget-content { max-width: 18%; }
#headerAutoSuggestContainer .ui-widget { font-size: 0.7em !important; }
/* Inline bottom css FOR ALL PAGES - ENDS */