html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 50px;
  margin-bottom: 60px;
}

.boas-vindas {
	/*padding: 20px 15px;*/
	text-align: center;
}

.panel {
	max-width: 330px;
	padding: 15px;
 	margin: 0 auto;
}

.form-arrecadacao .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-arrecadacao input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
 	border-bottom-left-radius: 0;
}

.ui-autocomplete-loading { 
  background: white url("images/load.gif") right center no-repeat;
}  

.ui-autocomplete {
  max-height: 100px; 
  overflow-y: auto; 
  overflow-x: hidden; 
}

.validateTips { 
  border: 1px solid transparent; 
  padding: 0.3em; 
}

.ui-menu-item {
  background: url(images/accept.png) no-repeat left;
  list-style: none;
  padding: 3px 3px 3px 20px;
  margin-left:10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}
