/**
 * Framework Tecno
 * @author Anderson Carlos <anderson.carlos@tecnoprog.com.br>
 * @copyright Tecnoprog © 2019, Tecnoprog Informatica e Eletronica LTDA - ME.
 *
 * Botoes Cork apos Bootstrap |inline.
 * O main.css e <link> e perde para o Bootstrap no <style>
 * (font-size volta a 1rem / ~16px).
 * Emitido por ultimo no <head> (#erp-css-late).
 */

.btn {
    margin: 0 5px;
    padding: 0.4375rem 1.25rem;
    text-shadow: none;
    font-size: 14px !important;
    color: #3b3f5c;
    font-weight: normal;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.8rem;
    font-size: 0.6875rem !important;
    line-height: 1.5;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.625rem 1.5rem;
    font-size: 16px !important;
}
