.pagination {
	margin: 20px auto;
	float: none!important;
	width: fit-content;
}

.input-append, .input-prepend, .input-append input, .input-append select, .input-append .uneditable-input, .input-prepend input, .input-prepend select, .input-prepend .uneditable-input {
    display: inline-block;
}

/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
  border-left-color: #ce4844;
}
.bs-callout-danger h4 {
  color: #ce4844;
}
.bs-callout-warning {
  border-left-color: #aa6708;
}
.bs-callout-warning h4 {
  color: #aa6708;
}
.bs-callout-info {
  border-left-color: #1b809e;
}
.bs-callout-info h4 {
  color: #1b809e;
}

/* Lista de licitações */
#lista_licitacoes {
    font-family: arial;
}

#lista_licitacoes .panel {
    margin-bottom: 4px;
}

#lista_licitacoes .panel h5 {
    margin: 0;
}

#lista_licitacoes > .panel > .panel-heading {
    cursor: pointer;
}

#lista_licitacoes .bs-callout {
	margin-top: 4px;
}

#lista_licitacoes .row > div {
    margin-bottom: 4px;
}

#lista_licitacoes .bs-callout h4 {
    margin-bottom: 12px;
}

#lista_licitacoes .empresa {
    padding: 2px 12px;
    border-radius: 4px;
    cursor: pointer;
}

#lista_licitacoes .empresa[aria-expanded="true"], #lista_licitacoes .empresa:hover {
    background-color: #ddf;
}

#lista_licitacoes [aria-expanded="true"] > span > .caret {
    border-top: none;
    border-bottom: 4px solid #000000;
}

#lista_licitacoes .empresas table {
  margin-bottom: 0;
}

#lista_licitacoes .empresas table tr:first-child td {
  border: none;
}