.logo-image {
  max-width: 185px;
  overflow: hidden;
  margin-top: -15px;
  margin-bottom: -15px;
}

.nav-pills .btn-sm {
	padding: 0;
}

.table .tebal {
	font-weight: bold;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center
}

.form-flat {
  background-color: transparent;
  border-color: transparent;
  color: #2c2c2c;
  line-height: normal;
  height: auto;
  width: 100%;
  display:block;
}

.form-flat[disabled],
fieldset[disabled] .form-flat {
  background-color: transparent;
  border-color: transparent;
  color: #2c2c2c;

}

textarea.form-flat {
	resize: none;
}

/*.form-control {
  background-color: transparent;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  color: #2c2c2c;
  line-height: normal;
  height: auto;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}*/