.bottom-buffer { margin-bottom:5px; }

  /* Sticky footer styles
  -------------------------------------------------- */

  html,
  body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
  }

  /* 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 -60px;
    padding-bottom: 60px;
  }

  /* Set the fixed height of the footer here */
  #push,
  footer {
  }
  footer {
    background-color: #f5f5f5;
    height: 60px;
    line-height: 60px;
  }
  /* Put the text in the middle of the footer.
   * See : http://stackoverflow.com/questions/8865458/how-to-align-text-vertically-center-in-div-with-css
   */
  .footer {
      display: inline-block;
      vertical-align: middle;
    
      line-height: normal;
      padding-left: 20px;
  }

  /* Lastly, apply responsive CSS fixes as necessary */
  @media (max-width: 767px) {
    #footer {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  /* Avoid top of the page to be hidden by the navbar */
  #wrap > .container-fluid {
    padding-top: 60px;
  }
  
  .nomargin {
    padding: 1px ! important; 
    margin: 0 ! important;
  }

  .notreturned {
  	font-weight: bold;
  	color: red;
  }
  
  .returned { 
  		color: green; 
  		font-weight: bold; 
  }
  
  .notlate {
  	font-weight: bold;
  	color: green;
  }
  
  .vertical-center {
  	vertical-align: middle !important;
  }

/** AUTO COMPLETE */  
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border: 1px solid #fed22f;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;    
    background: #ffe45c;
}

/** Type ahead autocomplete **/
  
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}  

/**
 PRINT MODE
 */  

@media print {
  a[href]:after {
    content: none !important;
  }
}
  
  
