/* 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 its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
  background-color: #FFFFFF;
}

#content {
    padding-top: 65px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 40px;
  background-color: #CDCDCD;
}


.right {
    text-align: right;
}

.green, .green a {
  color:#0F0;
}

.red, .red a {
  color:#F00;
}
td.center
{
	text-align: center;
}






.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }

.trashy{
	z-index: 99900 !important;
}

.popover {
    z-index: 99988; /* A value higher than 1010 that solves the problem */
}

.help-inline{
  padding-left: 15px !important;
}
