.row.row-fix {
  display: flex;
  flex-wrap: wrap;
}

.x_title.sub {
  margin-left: -5px;
  margin-right: -5px;
}

.x_content .opcoes {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .x_content .opcoes {
    display: block;
  }
}
.x_content .opcoes .filtros {
  display: flex;
  flex-wrap: wrap;
}
.x_content .opcoes .resumo_transacoes {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .x_content .opcoes .resumo_transacoes {
    margin-top: 20px;
  }
}
.x_content .opcoes .resumo_transacoes p {
  margin: 5px 0;
}
.x_content .opcoes .resumo_transacoes b {
  display: inline-block;
  width: 120px;
}
.x_content .opcoes .resumo_transacoes span {
  display: inline-block;
  width: 70px;
  text-align: right;
}

.modal-header {
  padding: 10px 15px;
}
.modal-header .close {
  margin: 2px 0 0;
}

.modal-footer .btn, .modal-footer .btn + .btn {
  margin-bottom: 0;
}

.panel_toolbox a {
  color: #ccc;
}

.panel_toolbox .fa-print {
  color: blue;
}

.form-group.radio-group > * {
  display: inline-block;
  vertical-align: bottom;
}

.ui-pnotify-icon {
  margin-top: 2px;
}

table .acao {
  cursor: pointer;
  font-size: 1em;
}
table .acao + .acao {
  margin-left: 10px;
}
table a.acao {
  font-size: 1em;
}
table a.acao i {
  font-size: 1.2em;
}
table a.acao i.text-warning {
  color: #f7bd52;
}
table i.acao {
  font-size: 1.2em;
}
table i.acao.text-warning {
  color: #f7bd52;
}

.input-group-btn > button {
  margin: 0;
}

.input-group-addon {
  padding: 6px 10px;
}

.table > tbody > tr.highlight > td, .table > tbody > tr.highlight > th, .table > tbody > tr > td.highlight, .table > tbody > tr > th.highlight, .table > tfoot > tr.highlight > td, .table > tfoot > tr.highlight > th, .table > tfoot > tr > td.highlight, .table > tfoot > tr > th.highlight, .table > thead > tr.highlight > td, .table > thead > tr.highlight > th, .table > thead > tr > td.highlight, .table > thead > tr > th.highlight {
  background-color: #eacdec;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666;
}

.select2-disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.select2-disabled .select2-selection {
  background-color: #eee;
}

.dropdown-disabled {
  pointer-events: none;
  background-color: #eee;
}

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

.alert {
  padding: 10px 15px;
  margin-bottom: 10px;
}

.checkbox {
  margin-top: 0;
}

.checkbox label {
  padding-left: 0;
  font-weight: 600;
}

textarea {
  resize: none;
}

.lista_parcelas .titulo h2 {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (min-width: 991px) {
  .lista_parcelas .titulo {
    display: none;
  }
}
.lista_parcelas .parcela {
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* .lista_parcelas .parcela .numero_parcela {
    display: none;
  } */
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela:not(:first-child) label {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(2) {
    /* width: 9%; */
    width: 7%;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(3) {
    /* width: 20%; */
    width: 20%;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(4) {
    /* width: 18%; */
    width: 19%;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(5) {
    /* width: 18%; */
    width: 18%;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(6) {
    /* width: 25%; */
    width: 18%;
  }
}
@media screen and (min-width: 991px) {
  .lista_parcelas .parcela > div:nth-child(7) {
    /* width: 9%; */
    width: 18%;
  }
}
.lista_parcelas .parcela > div:nth-child(7) button {
  margin-bottom: 0;
}

#modal_transacoes #modal_transacoes_detalhamento {
  width: 230px;
  font-size: 1.25em;
  text-align: right;
}
#modal_transacoes #modal_transacoes_detalhamento p {
  white-space: pre;
  font-family: Courier, "Courier New", monospace;
}
#modal_transacoes #modal_transacoes_detalhamento hr {
  margin: 5px 0;
}

.conta_totais {
  font-size: 1.25em;
  text-align: right;
}
.conta_totais p {
  white-space: pre;
  font-family: Courier, "Courier New", monospace;
}
.conta_totais hr {
  margin: 5px 0;
}
