.disable-btn {
    /*
        Cuidado com está classe, ela desabilita o botão
        enquanto uma resposta de sucesso não for devolvida.
    */
    transition: 0.5s ease !important;
    opacity: 0.2 !important;
    pointer-events: none !important;
}

ul.sticky-toolbar li a {
    position: relative;
    border: none;
}

ul.sticky-toolbar li a:hover i {
    color: white;
}

ul.sticky-toolbar li a:hover {
    background-color: #ffa800;
}

/* modificado para animações mais fluidas */
ul.sticky-toolbar li a p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;

    width: max-content;
    height: 100%;
    border-radius: 5px 0 0 5px;
    transform: translateX(-90%);

    opacity: 0;
    background-color: #ffa800;
    color: white;

    text-transform: uppercase;
    pointer-events: none;

    transition: .5s ease-in-out all;
}

ul.sticky-toolbar li a:hover p {
    opacity: 1;
    transform: translateX(-95%);
}

input.custom-input-checkbox-info {
    opacity: 1;
    position: initial;
    z-index: 0;
}

div.checkbox > input {
    position: static;
    z-index: initial;
    opacity: 1;
    margin: 5px;
}

div.divisor {
    width: 1px;
    background-color: #00000055;
}

.table-responsive {
    position: relative;
    top: 0;
    left: 0;
}

.table-responsive .loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #ffffffaa;
    opacity: 0;
    pointer-events: none;

    transition: opacity 1s ease-in-out;
}

.table-responsive .loading.show {
    opacity: 1;
    pointer-events: initial;
}

div.no-break-line * {
    white-space: nowrap;
}

.cke_chrome {
    border: none !important;
}


#cke_ruler_wrap {
    width: 100%;
    /*margin: 0 auto;*/
    display: block;
    margin-top: -15px;
}

.cke_wysiwyg_frame {
    height: calc(100% - 50px) !important;
    margin-top: 15px !important;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(87, 149, 224, 0.25) !important;
}

.noUi-origin {
    position: absolute;
    display: flex;
    justify-content: flex-end;
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 10px
}

.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 24px;
    left: 11px;
    top: -4px
}

.noUi-target {
    background: transparent;
    border-radius: 4px;
}

.noUi-connect {
    background: rgba(87, 149, 224, 0.25);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-draggable {
    cursor: w-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: ew-resize;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background: #E8E7E6;
    left: 2px;
    top: 6px
}

.noUi-handle:after {
    left: 5px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center;
    bottom: 18px;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 9px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
    bottom: 0;
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    /*padding: 10px 0;*/
    height: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    font-size: 9px;
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 1px;
    height: 4px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 8px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}


.tranx-list {
    font-size: 0.8125rem;
}

.tranx-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem;
}

.tranx-item:not(:last-child) {
    border-bottom: 1px solid #dbdfea;
}

.tranx-col {
    display: inline-flex;
    flex-direction: column;
}

.tranx-info {
    display: inline-flex;
    align-items: center;
}

.tranx-badge {
    flex-shrink: 0;
}

.tranx-badge + .tranx-data {
    margin-left: 10px;
}

.tranx-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    font-size: 20px;
    border-radius: 50%;
}

.tranx-icon.sm {
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.tranx-icon[class*=btc] {
    color: #f9841e;
    background: rgba(249, 132, 30, 0.2);
}

.tranx-icon[class*=eth] {
    color: #6174b9;
    background: rgba(97, 116, 185, 0.2);
}

.status-success .tranx-icon {
    color: #1ee0ac;
    background-color: rgba(30, 224, 172, 0.15);
}

.tranx-data {
    flex-grow: 1;
}

.tranx-label {
    font-size: 0.9375em;
    font-weight: 500;
    color: #364a63;
    margin-bottom: 0.25rem;
    display: inline-flex;
    align-items: center;
}

.tranx-label .tranx-icon {
    margin-left: 0.5rem;
}

.tranx-date {
    font-size: 11px;
    color: #8094ae;
}

.tranx-amount {
    text-align: right;
}

.tranx-amount .number {
    font-size: 1.125em;
    color: #364a63;
    font-weight: 500;
}

.tranx-amount .number span {
    color: #526484;
    font-weight: 400;
}

.tranx-amount .number-sm {
    font-size: 11px;
    color: #526484;
}

.tranx-amount .number-sm span {
    color: #8094ae;
}

@media (max-width: 575.98px) {
    .tranx-list.is-stretch {
        margin-left: -18px;
        margin-right: -18px;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .tranx-item {
        padding: 1.25rem 1.5rem;
    }

    .tranx-list {
        font-size: 1rem;
    }

    .tranx-badge + .tranx-data {
        margin-left: 16px;
    }

    .tranx-icon {
        height: 44px;
        width: 44px;
        font-size: 24px;
    }

    .tranx-icon.sm {
        height: 24px;
        width: 24px;
        font-size: 16px;
    }

    .tranx-date {
        font-size: 12px;
    }

    .tranx-amount .number-sm {
        font-size: 12px;
    }
}

.is-compact .tranx-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.is-compact .tranx-label {
    margin-bottom: 0;
}

.is-compact .tranx-badge + .tranx-data {
    margin-left: 16px;
}

.is-compact .tranx-icon {
    height: 36px;
    width: 36px;
    font-size: 20px;
}

.is-compact .tranx-amount .number {
    font-size: 1rem;
}

.draggable-table {
    top: 25%;
    left: 20%;
    width: 60%;
    height: 50%;
    border-collapse: collapse;
    background: rgba(190, 206, 213, 0.99);
    -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
}


.cke_editable {
    cursor:text;
    background-color: #FFFDF5;
    font-size: 12pt !important;
    font-family: Montserrat, sans-serif;
}

/*
.cke_editable p {
    font-size: 12pt !important;
    font-family: Montserrat, sans-serif;
}
 */