.list-group-item {
	padding: 0.25rem 0.25rem ;
}

.logo-company {
	border: 0px solid red;
	display: block;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0px 1px 5px #adadad;
}

.hidden {
	display: none;
}


/* VALIDAÃ‡ÃƒO */
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
  }
.has-success .help-block{
	color: #3c763d;
}

.has-warning .help-block {
  color: #8a6d3b;
}
.has-error .help-block {
  color: #a94442;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon, .has-error .input-group-prepend, .has-error .input-group, .has-error .input-group-text {
  color: #a94442 ;
  background-color: #f2dede ;
  border-color: #a94442 ;
}
.has-error .form-control-feedback, .has-error label {
  color: #a94442;
}
