.qbutton {
    background: #f65734;
    border-radius: 10px;
    padding: 9px 20px;
    color: #fff !important;
    transition: all 0.2s;
    font-size: 16px;
    font-weight: 600;
}

    .qbutton:hover {
        text-decoration: none;
        color: white !important;
        background-color: #C74A28;
    }

    .qbutton.orange {
        background: transparent;
        color: #f65734 !important;
    }

        .qbutton.orange:hover {
            background: #f65734;
            color: #fff !important;
            opacity: 1;
        }

    .qbutton.border_button {
        color: #f65734 !important;
    }

    .qbutton.white {
        background: transparent;
    }

    .qbutton .fa {
        margin-left: 10px;
        font-size: 11px;
        /*   Reduce fontawesome arrow size for qbutton */
    }

@media screen and (max-width: 600px) {
    a.qbutton {
        white-space: nowrap !important;
    }
}

.qbutton.manual-signature {
    min-width: 180px;
    margin-top: 20px;
}

    .qbutton.manual-signature:not(.adminAction):not(:hover):not(:focus) > span {
        color: #fff !important;
    }
/*# sourceMappingURL=qbutton.css.map */