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

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.d-none {
    display: none;
}

.jstree-anchor[data-numero]:not(#root_anchor):before {
    content: '#'attr(data-numero);
}

.handsontable .htDimmed {
    background-color: #f4f4f4;
}

.handsontable th {
  white-space: normal !important;
  word-break: break-word !important;
  vertical-align: middle !important;
  text-align: center;
}

.handsontable-container {
  width: 100%;
  max-width: 100%;
  max-height: 220px;
  overflow-x: auto;
  overflow-y: auto;
}

#powerTip {
    max-width: 60%;
    white-space: normal !important;
}

table.tabelaDados {
    table-layout: fixed;
    width: 16cm;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px #cbcbcb solid;
}

table.tabelaDados thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

table.tabelaDados th,
table.tabelaDados td {
    padding: 0.2cm;
}

table.tabelaDados td.moeda {
    text-align: right;
}

table.tabelaDados table,
table.tabelaDados th,
table.tabelaDados td {
    border: 1px #cbcbcb solid;
}

.preview-container[data-id="0"] > .embed-container {
    border: 2px solid #f39c12;
}

.embed-container {
    -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
    margin: 0 10px 10px;
    width: 250px;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    word-wrap: break-word;
}

.embed-remove-btn {
    width: 26px;
    height: 26px;
    background: red;
    color: #FFF;
    font: 16px Arial;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .15);
    position: relative;
    left: 247px;
    top: 13px;
    border-radius: 13px;
}

mark {
    background: rgb(255, 235, 57);
    color: inherit;
    padding: 0;
}

mark.current {
    background: orange;
}

.buscaFlutuante {
    position: fixed;
    z-index: 10000;
    right: 100px;
    top: 60px;
}

@media(min-width: 768px) {
    .buscaFlutuante {
        right: 100px;
        top: 10px;
    }
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
