
/* Botões */

.btn-lx-black {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-lx-black:hover {
    color: #fff;
    background-color: #3f3f3f;
    border-color: #000000;
}




/* Classe complementar mínima para botões com ícones (LaudosX) */
.btn-lx-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 3.5em !important;
    height: 2.4em !important;
    line-height: 1 !important;
}
.btn-lx-icon.dropdown-toggle {
    width: 1.8em !important;
    height: 2.4em !important;
}
.btn-lx-icon i {
    font-size: 1.7em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}


/* Classe complementar mínima para botões com ícones (LaudosX) */
.btn-lx-icon-only {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 3.5em !important;
    height: 2.4em !important;
    line-height: 1 !important;
}
.btn-lx-icon-only.dropdown-toggle {
    width: 1.8em !important;
    height: 2.4em !important;
}
.btn-lx-icon-only i {
    font-size: 1.7em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}
i.icon-only {
    font-size: 1.5em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}


/* Classe complementar mínima para botões com ícones (LaudosX) */
.btn-lx-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    width: 3.5em !important;
    height: 2.4em !important;
    line-height: 1 !important;
}
.btn-lx-icon.dropdown-toggle {
    width: 1.8em !important;
    height: 2.4em !important;
}
.btn-lx-icon i {
    font-size: 1.7em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}
i.icon-only {
    font-size: 1.5em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}


.btn-lx {
    border-radius: 12px;
    padding: 11px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    border-width: 1px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-lx i {
    margin-right: 6px;
}

.btn-lx-ghost {
    background: #fff;
    color: #4f6576;
    border-color: #d8e2ea;
}

.btn-lx-ghost:hover,
.btn-lx-ghost:focus {
    background: #f4f8fb;
    color: #2d475b;
    border-color: #c9d7e2;
}

.btn-lx-warning {
    background: linear-gradient(135deg, #fff5df 0%, #ffe8b0 100%);
    color: #8f6112;
    border-color: #f0d084;
}

.btn-lx-warning:hover,
.btn-lx-warning:focus {
    background: linear-gradient(135deg, #ffefc8 0%, #ffd989 100%);
    color: #7d520a;
    border-color: #e2c168;
}

.btn-lx-primary {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #0fc7b3 0%, #197dff 100%);
    box-shadow: 0 12px 25px rgba(25, 125, 255, 0.25) !important;
}

.btn-lx-primary:hover,
.btn-lx-primary:focus {
    color: #fff;
    opacity: .95;
}

.btn-lx-primary[disabled],
.btn-lx-primary.disabled {
    opacity: .55;
    cursor: not-allowed;
    box-shadow: none !important;
}

/* Responsivo */
@media (max-width: 767px) {

    .btn-lx {
        width: 100%;
        margin-bottom: 8px;
    }
}