.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary:hover {
    box-shadow: none;
}
.btn-floated:focus, .btn-floated:hover {
    box-shadow: 0 3px 5px -1px rgba(20, 20, 31, .2), 0 6px 10px 0 rgba(20, 20, 31, .14), 0 1px 18px 0 rgba(20, 20, 31, .12) !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #2b5a92;
    border-color: #285489;
}
.btn:hover {
    color: #363642;
    text-decoration: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-primary {
    border-color: #2b5a92;
}
@media (min-width: 768px) {
    .btn-floated {
        bottom: 1.25rem;
    }
}
.btn-floated {
    position: fixed;
    right: 1.25rem;
    bottom: 4rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20, 20, 31, .2), 0 6px 10px 0 rgba(20, 20, 31, .14), 0 1px 18px 0 rgba(20, 20, 31, .12);
}
@media (min-width: 768px) {
    .btn {
        height: 2.25rem;
        font-size: .875rem;
    }
}
.btn {
    height: calc(1.5em + .75rem + 2px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.position-absolute {
    position: absolute !important;
}
.btn-primary {
    color: #fff;
    background-color: #346cb0;
    border-color: #346cb0;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #363642;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}