.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;
}

.btn-app.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}

.btn-ia {
    position: absolute;
    left: -6px;
    bottom: 0px;
    padding: 0px;
    background: transparent;
    opacity: .75;
}

.btn-ia:hover {
    opacity: 1;
    background: #f4f4f4;
}

.btn-ia img {
    width: 24px;
    height: 24px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.radio-inline label,
.radio-inline input[type=radio] {
    cursor: pointer;
}

@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;
}

.toast-top-right {
    margin-top: 55px !important;
}

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

.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;
}

/* bootstrap-select com cara de form-control */
.bootstrap-select > .dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #d2d6de !important;
    color: #555 !important;
    box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle:hover,
.bootstrap-select.open > .dropdown-toggle {
    background-color: #fff !important;
    border-color: #3c8dbc !important; /* azul padrão AdminLTE */
    color: #555 !important;
}

/* texto do placeholder */
.bootstrap-select .dropdown-toggle .filter-option {
    color: #555;
}

/* quando realmente desabilitado */
.bootstrap-select.disabled > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.disabled {
    background-color: #eee !important;
    color: #999 !important;
    cursor: not-allowed;
}
